Package org.apache.xerces.parsers
Class AbstractSAXParser.LocatorProxy
java.lang.Object
org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
- Enclosing class:
- AbstractSAXParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.xerces.xni.XMLLocator
XML locator. -
Constructor Summary
ConstructorsConstructorDescriptionLocatorProxy
(org.apache.xerces.xni.XMLLocator locator) Constructs an XML locator proxy. -
Method Summary
Modifier and TypeMethodDescriptionint
Column number.int
Line number.Public identifier.System identifier.
-
Field Details
-
fLocator
protected org.apache.xerces.xni.XMLLocator fLocatorXML locator.
-
-
Constructor Details
-
LocatorProxy
public LocatorProxy(org.apache.xerces.xni.XMLLocator locator) Constructs an XML locator proxy.
-
-
Method Details
-
getPublicId
Public identifier.- Specified by:
getPublicId
in interfaceLocator
-
getSystemId
System identifier.- Specified by:
getSystemId
in interfaceLocator
-
getLineNumber
public int getLineNumber()Line number.- Specified by:
getLineNumber
in interfaceLocator
-
getColumnNumber
public int getColumnNumber()Column number.- Specified by:
getColumnNumber
in interfaceLocator
-
getXMLVersion
- Specified by:
getXMLVersion
in interfaceLocator2
-
getEncoding
- Specified by:
getEncoding
in interfaceLocator2
-