jlibs.xml.dom
Class DOMLocator
java.lang.Object
jlibs.xml.dom.DOMLocator
- All Implemented Interfaces:
- Locator
public class DOMLocator
- extends Object
- implements Locator
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMLocator
public DOMLocator()
getPublicId
public String getPublicId()
- Specified by:
getPublicId in interface Locator
getSystemId
public String getSystemId()
- Specified by:
getSystemId in interface Locator
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface Locator
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber in interface Locator
getNode
public Node getNode()
Copyright © 2015. All rights reserved.