Package org.apache.xmlbeans.xml.stream
Interface Location
-
public interface LocationReturns the document location of the event. This is not required to be exact and is informational only.- Since:
- Weblogic XML Input Stream 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumnNumber()intgetLineNumber()java.lang.StringgetPublicId()java.lang.StringgetSystemId()
-