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.Locator2
    Location information.
    • 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 -1 if no character offset is available.