org.apache.xerces.xni
Interface XMLLocator


public interface XMLLocator

Location information.

Version:
$Id: XMLLocator.java,v 1.2 2001/08/23 00:35:36 lehors Exp $
Author:
Andy Clark, IBM

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

Method Detail

getPublicId

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

getSystemId

public java.lang.String getSystemId()
Returns the system identifier.

getBaseSystemId

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

getLineNumber

public int getLineNumber()
Returns the line number.

getColumnNumber

public int getColumnNumber()
Returns the column number.


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