BEA Systems, Inc.

weblogic.apache.xerces.parsers
Class AbstractSAXPullParser.LocatorProxy

java.lang.Object
  extended by weblogic.apache.xerces.parsers.AbstractSAXPullParser.LocatorProxy
All Implemented Interfaces:
Locator
Enclosing class:
AbstractSAXPullParser

protected static class AbstractSAXPullParser.LocatorProxy
extends Object
implements 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.
 String getPublicId()
          Public identifier.
 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 String getPublicId()
Public identifier.

Specified by:
getPublicId in interface Locator

getSystemId

public String getSystemId()
System identifier.

Specified by:
getSystemId in interface Locator

getLineNumber

public int getLineNumber()
Line number.

Specified by:
getLineNumber in interface Locator

getColumnNumber

public int getColumnNumber()
Column number.

Specified by:
getColumnNumber in interface Locator

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.