org.apache.xerces.parsers
Class AbstractSAXParser.LocatorProxy
java.lang.Object
|
+--org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
- Enclosing class:
- AbstractSAXParser
- protected static class AbstractSAXParser.LocatorProxy
- extends java.lang.Object
- implements org.xml.sax.Locator
Field Summary |
protected org.apache.xerces.xni.XMLLocator |
fLocator
XML locator. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
fLocator
protected org.apache.xerces.xni.XMLLocator fLocator
- XML locator.
AbstractSAXParser.LocatorProxy
public AbstractSAXParser.LocatorProxy(org.apache.xerces.xni.XMLLocator locator)
- Constructs an XML locator proxy.
getPublicId
public java.lang.String getPublicId()
- Public identifier.
- Specified by:
- getPublicId in interface org.xml.sax.Locator
- Tags copied from interface: org.xml.sax.Locator
- Returns:
- A string containing the public identifier, or
null if none is available.
- See Also:
Locator.getSystemId()
getSystemId
public java.lang.String getSystemId()
- System identifier.
- Specified by:
- getSystemId in interface org.xml.sax.Locator
- Tags copied from interface: org.xml.sax.Locator
- Returns:
- A string containing the system identifier, or null
if none is available.
- See Also:
Locator.getPublicId()
getLineNumber
public int getLineNumber()
- Line number.
- Specified by:
- getLineNumber in interface org.xml.sax.Locator
- Tags copied from interface: org.xml.sax.Locator
- Returns:
- The line number, or -1 if none is available.
- See Also:
Locator.getColumnNumber()
getColumnNumber
public int getColumnNumber()
- Column number.
- Specified by:
- getColumnNumber in interface org.xml.sax.Locator
- Tags copied from interface: org.xml.sax.Locator
- Returns:
- The column number, or -1 if none is available.
- See Also:
Locator.getLineNumber()
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.