Interface XMLLocator


  • @Deprecated(since="2021-03-05")
    public interface XMLLocator
    Deprecated.
    Please avoid using this package and use standard XML APIs.
    Location information.
    • Method Detail

      • getPublicId

        String getPublicId()
        Deprecated.
        Returns the public identifier.
      • getLiteralSystemId

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

        String getBaseSystemId()
        Deprecated.
        Returns the base system identifier.
      • getExpandedSystemId

        String getExpandedSystemId()
        Deprecated.
        Returns the expanded system identifier.
      • getLineNumber

        int getLineNumber()
        Deprecated.
        Returns the line number.
      • getColumnNumber

        int getColumnNumber()
        Deprecated.
        Returns the column number.
      • getEncoding

        String getEncoding()
        Deprecated.
        Returns the encoding of the current entity. Note that, for a given entity, this value can only be considered final once the encoding declaration has been read (or once it has been determined that there is no such declaration) since, no encoding having been specified on the XMLInputSource, the parser will make an initial "guess" which could be in error.