Class AbstractSAXParser.LocatorProxy
java.lang.Object
org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
- Enclosing class:
AbstractSAXParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.xerces.xni.XMLLocatorXML locator. -
Constructor Summary
ConstructorsConstructorDescriptionLocatorProxy(org.apache.xerces.xni.XMLLocator locator) Constructs an XML locator proxy. -
Method Summary
Modifier and TypeMethodDescriptionintColumn number.intLine 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
-
getSystemId
-
getLineNumber
-
getColumnNumber
-
getXMLVersion
- Specified by:
getXMLVersionin interfaceLocator2
-
getEncoding
- Specified by:
getEncodingin interfaceLocator2
-