BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.xni
Interface XMLLocator

All Superinterfaces:
XMLResourceIdentifier
All Known Implementing Classes:
XMLEntityScanner

Deprecated. please use JDK supplied XML parsers and transformers

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()
          Deprecated. Returns the column number.
 int getLineNumber()
          Deprecated. Returns the line number.
 
Methods inherited from interface weblogic.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 

Method Detail

getColumnNumber

public int getColumnNumber()
Deprecated. 
Returns the column number.


getLineNumber

public int getLineNumber()
Deprecated. 
Returns the line number.


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