org.apache.xerces.parsers
Class AbstractSAXParser.LocatorProxy
java.lang.Object
org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
- AbstractSAXParser
- org.xml.sax.ext.Locator2
protected class AbstractSAXParser.LocatorProxy
extends java.lang.Object
implements org.xml.sax.ext.Locator2
protected org.apache.xerces.xni.XMLLocator | fLocator - XML locator.
|
LocatorProxy(org.apache.xerces.xni.XMLLocator locator) - Constructs an XML locator proxy.
|
fLocator
protected org.apache.xerces.xni.XMLLocator fLocator
XML locator.
LocatorProxy
public LocatorProxy(org.apache.xerces.xni.XMLLocator locator)
Constructs an XML locator proxy.
getColumnNumber
public int getColumnNumber()
Column number.
- getColumnNumber in interface org.xml.sax.Locator
getEncoding
public String getEncoding()
- getEncoding in interface org.xml.sax.ext.Locator2
getLineNumber
public int getLineNumber()
Line number.
- getLineNumber in interface org.xml.sax.Locator
getPublicId
public String getPublicId()
Public identifier.
- getPublicId in interface org.xml.sax.Locator
getSystemId
public String getSystemId()
System identifier.
- getSystemId in interface org.xml.sax.Locator
getXMLVersion
public String getXMLVersion()
- getXMLVersion in interface org.xml.sax.ext.Locator2
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.