org.apache.xerces.xni
Interface XMLLocator

All Superinterfaces:
XMLResourceIdentifier

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.

Version:
$Id: XMLLocator.java,v 1.4 2002/01/29 01:15:19 lehors Exp $
Author:
Andy Clark, IBM

Method Summary
 int getColumnNumber()
          Returns the column number.
 int getLineNumber()
          Returns the line number.
 
Methods inherited from interface org.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.


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.