org.w3c.domts
Class DOMLocatorImpl
java.lang.Object
org.w3c.domts.DOMLocatorImpl
- All Implemented Interfaces:
- org.w3c.dom.DOMLocator
public class DOMLocatorImpl
- extends java.lang.Object
- implements org.w3c.dom.DOMLocator
Implementation of DOMLocator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMLocatorImpl
public DOMLocatorImpl(org.w3c.dom.DOMLocator src)
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface org.w3c.dom.DOMLocator
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber in interface org.w3c.dom.DOMLocator
getByteOffset
public int getByteOffset()
- Specified by:
getByteOffset in interface org.w3c.dom.DOMLocator
getUtf16Offset
public int getUtf16Offset()
- Specified by:
getUtf16Offset in interface org.w3c.dom.DOMLocator
getRelatedNode
public org.w3c.dom.Node getRelatedNode()
- Specified by:
getRelatedNode in interface org.w3c.dom.DOMLocator
getUri
public java.lang.String getUri()
- Specified by:
getUri in interface org.w3c.dom.DOMLocator