jlibs.xml.dom
Class DOMLocator

java.lang.Object
  extended by jlibs.xml.dom.DOMLocator
All Implemented Interfaces:
Locator

public class DOMLocator
extends Object
implements Locator

Author:
Santhosh Kumar T

Constructor Summary
DOMLocator()
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 Node getNode()
           
 String getPublicId()
           
 String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMLocator

public DOMLocator()
Method Detail

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.