BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.apache.xerces.parsers
Class AbstractSAXPullParser.LocatorProxy

java.lang.Object
  |
  +--weblogic.apache.xerces.parsers.AbstractSAXPullParser.LocatorProxy

protected static class AbstractSAXPullParser.LocatorProxy
extends java.lang.Object
implements org.xml.sax.Locator


Field Summary
protected  XMLLocator fLocator
          XML locator.
 
Constructor Summary
AbstractSAXPullParser.LocatorProxy(XMLLocator locator)
          Constructs an XML locator proxy.
 
Method Summary
 int getColumnNumber()
          Column number.
 int getLineNumber()
          Line number.
 java.lang.String getPublicId()
          Public identifier.
 java.lang.String getSystemId()
          System identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fLocator

protected XMLLocator fLocator
XML locator.
Constructor Detail

AbstractSAXPullParser.LocatorProxy

public AbstractSAXPullParser.LocatorProxy(XMLLocator locator)
Constructs an XML locator proxy.
Method Detail

getPublicId

public java.lang.String getPublicId()
Public identifier.
Specified by:
getPublicId in interface org.xml.sax.Locator


getSystemId

public java.lang.String getSystemId()
System identifier.
Specified by:
getSystemId in interface org.xml.sax.Locator


getLineNumber

public int getLineNumber()
Line number.
Specified by:
getLineNumber in interface org.xml.sax.Locator


getColumnNumber

public int getColumnNumber()
Column number.
Specified by:
getColumnNumber in interface org.xml.sax.Locator


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81