FileDocCategorySizeDatePackage
XMLLocator.javaAPI DocJava SE 5 API3938Fri Aug 26 14:55:58 BST 2005com.sun.org.apache.xerces.internal.xni

XMLLocator

public interface XMLLocator
Location information.
author
Andy Clark, IBM
version
$Id: XMLLocator.java,v 1.9 2003/03/26 04:08:25 neilg Exp $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetBaseSystemId()
Returns the base system identifier.

public intgetColumnNumber()
Returns the column number.

public java.lang.StringgetEncoding()
Returns the encoding of the current entity. Note that, for a given entity, this value can only be considered final once the encoding declaration has been read (or once it has been determined that there is no such declaration) since, no encoding having been specified on the XMLInputSource, the parser will make an initial "guess" which could be in error.

public java.lang.StringgetExpandedSystemId()
Returns the expanded system identifier.

public intgetLineNumber()
Returns the line number.

public java.lang.StringgetLiteralSystemId()
Returns the literal system identifier.

public java.lang.StringgetPublicId()
Returns the public identifier.