BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.apache.xerces.xni
Interface XMLLocator

All Known Implementing Classes:
XMLEntityScanner

public interface XMLLocator
extends XMLResourceIdentifier

Location information. Since location information subsumes information on the physical location of the resource, it makes eminent sense for this interface to extend XMLResourceIdentifier.


Method Summary
 int getColumnNumber()
          Returns the column number.
 int getLineNumber()
          Returns the line number.
 
Methods inherited from interface weblogic.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 

Method Detail

getLineNumber

public int getLineNumber()
Returns the line number.


getColumnNumber

public int getColumnNumber()
Returns the column number.


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