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 intgetColumnNumber()Column number.StringgetEncoding()intgetLineNumber()Line number.StringgetPublicId()Public identifier.StringgetSystemId()System identifier.StringgetXMLVersion()
-
-
-
Constructor Detail
-
LocatorProxy
public LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy.
-
-
Method Detail
-
getPublicId
public String getPublicId()
Public identifier.- Specified by:
getPublicIdin interfaceLocator
-
getSystemId
public String getSystemId()
System identifier.- Specified by:
getSystemIdin interfaceLocator
-
getLineNumber
public int getLineNumber()
Line number.- Specified by:
getLineNumberin interfaceLocator
-
getColumnNumber
public int getColumnNumber()
Column number.- Specified by:
getColumnNumberin interfaceLocator
-
getXMLVersion
public String getXMLVersion()
- Specified by:
getXMLVersionin interfaceLocator2
-
getEncoding
public String getEncoding()
- Specified by:
getEncodingin interfaceLocator2
-
-