Package com.adobe.epubcheck.xml.handlers
Class DelegateLocator
- java.lang.Object
-
- com.adobe.epubcheck.xml.handlers.DelegateLocator
-
- All Implemented Interfaces:
org.xml.sax.ext.Locator2,org.xml.sax.Locator
public class DelegateLocator extends java.lang.Object implements org.xml.sax.ext.Locator2
-
-
Field Summary
Fields Modifier and Type Field Description private org.xml.sax.Locatorlocator
-
Constructor Summary
Constructors Constructor Description DelegateLocator(org.xml.sax.Locator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnNumber()java.lang.StringgetEncoding()intgetLineNumber()java.lang.StringgetPublicId()java.lang.StringgetSystemId()java.lang.StringgetXMLVersion()
-
-
-
Method Detail
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumberin interfaceorg.xml.sax.Locator
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfaceorg.xml.sax.Locator
-
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicIdin interfaceorg.xml.sax.Locator
-
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemIdin interfaceorg.xml.sax.Locator
-
getEncoding
public java.lang.String getEncoding()
- Specified by:
getEncodingin interfaceorg.xml.sax.ext.Locator2
-
getXMLVersion
public java.lang.String getXMLVersion()
- Specified by:
getXMLVersionin interfaceorg.xml.sax.ext.Locator2
-
-