Interface XMLLocator

All Superinterfaces:
Locator, Locator2
All Known Implementing Classes:
HTMLScanner, XMLLocatorImpl

public interface XMLLocator extends Locator2
Location information.
Author:
Andy Clark, IBM
  • Method Details

    • getLiteralSystemId

      String getLiteralSystemId()
      Returns:
      the literal system identifier.
    • getBaseSystemId

      String getBaseSystemId()
      Returns:
      the base system identifier.
    • getCharacterOffset

      int getCharacterOffset()
      Returns:
      the character offset, or -1 if no character offset is available.