Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » util » [javadoc | source]
org.apache.xerces.util
public final class: XMLLocatorWrapper [javadoc | source]
java.lang.Object
   org.apache.xerces.util.XMLLocatorWrapper

All Implemented Interfaces:
    XMLLocator

A light wrapper around an XMLLocator.

Constructor:
 public XMLLocatorWrapper() 
Method from org.apache.xerces.util.XMLLocatorWrapper Summary:
getBaseSystemId,   getCharacterOffset,   getColumnNumber,   getEncoding,   getExpandedSystemId,   getLineNumber,   getLiteralSystemId,   getLocator,   getPublicId,   getXMLVersion,   setLocator
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.util.XMLLocatorWrapper Detail:
 public String getBaseSystemId() 
 public int getCharacterOffset() 
 public int getColumnNumber() 
 public String getEncoding() 
 public String getExpandedSystemId() 
 public int getLineNumber() 
 public String getLiteralSystemId() 
 public XMLLocator getLocator() 
 public String getPublicId() 
 public String getXMLVersion() 
 public  void setLocator(XMLLocator locator)