Interface XMLLocator
-
- All Superinterfaces:
org.xml.sax.Locator,org.xml.sax.ext.Locator2
- All Known Implementing Classes:
HTMLScanner,XMLLocatorImpl
public interface XMLLocator extends org.xml.sax.ext.Locator2Location information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBaseSystemId()intgetCharacterOffset()java.lang.StringgetLiteralSystemId()
-
-
-
Method Detail
-
getLiteralSystemId
java.lang.String getLiteralSystemId()
- Returns:
- the literal system identifier.
-
getBaseSystemId
java.lang.String getBaseSystemId()
- Returns:
- the base system identifier.
-
getCharacterOffset
int getCharacterOffset()
- Returns:
- the character offset, or
-1if no character offset is available.
-
-