org.apache.xerces.xni
public interface XMLLocator
Version: $Id: XMLLocator.java,v 1.11 2004/09/01 03:00:15 mrglavas Exp $
Method Summary | |
---|---|
String | getBaseSystemId() Returns the base system identifier. |
int | getCharacterOffset() Returns the character offset, or -1 if no character offset is available. |
int | getColumnNumber() Returns the column number, or -1 if no column number is available. |
String | getEncoding()
Returns the encoding of the current entity.
|
String | getExpandedSystemId() Returns the expanded system identifier. |
int | getLineNumber() Returns the line number, or -1 if no line number is available. |
String | getLiteralSystemId() Returns the literal system identifier. |
String | getPublicId() Returns the public identifier. |
String | getXMLVersion()
Returns the XML version of the current entity. |
-1
if no character offset is available.-1
if no column number is available.-1
if no line number is available.