Class LocatorProxy
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.LocatorProxy
-
-
Constructor Summary
Constructors Constructor Description LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnNumber()
Column number.String
getEncoding()
int
getLineNumber()
Line number.String
getPublicId()
Public identifier.String
getSystemId()
System identifier.String
getXMLVersion()
-
-
-
Constructor Detail
-
LocatorProxy
public LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy.
-
-
Method Detail
-
getPublicId
public String getPublicId()
Public identifier.- Specified by:
getPublicId
in interfaceLocator
-
getSystemId
public String 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
public String getXMLVersion()
- Specified by:
getXMLVersion
in interfaceLocator2
-
getEncoding
public String getEncoding()
- Specified by:
getEncoding
in interfaceLocator2
-
-