org.apache.xerces.xni
Interface XMLLocator


public interface XMLLocator

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.7 2003/01/27 06:11:41 andyc Exp $
Author:
Andy Clark, IBM

Method Summary
 java.lang.String getBaseSystemId()
          Returns the base system identifier.
 int getColumnNumber()
          Returns the column number.
 java.lang.String getExpandedSystemId()
          Returns the expanded system identifier.
 int getLineNumber()
          Returns the line number.
 java.lang.String getLiteralSystemId()
          Returns the literal system identifier.
 java.lang.String getPublicId()
          Returns the public identifier.
 

Method Detail

getPublicId

public java.lang.String getPublicId()
Returns the public identifier.

getLiteralSystemId

public java.lang.String getLiteralSystemId()
Returns the literal system identifier.

getBaseSystemId

public java.lang.String getBaseSystemId()
Returns the base system identifier.

getExpandedSystemId

public java.lang.String getExpandedSystemId()
Returns the expanded system identifier.

getLineNumber

public int getLineNumber()
Returns the line number.

getColumnNumber

public int getColumnNumber()
Returns the column number.


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