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.1 2006/03/31 03:17:21 jeffsuttor Exp $
Author:
Andy Clark, IBM

Method Summary
 int getCharacterOffset()
           
 int getColumnNumber()
          Returns the column number.
 java.lang.String getEncoding()
           
 int getLineNumber()
          Returns the line number.
 
Methods inherited from interface org.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 

Method Detail

getLineNumber

int getLineNumber()
Returns the line number.


getColumnNumber

int getColumnNumber()
Returns the column number.


getEncoding

java.lang.String getEncoding()

getCharacterOffset

int getCharacterOffset()


Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.