| com.jclark.xml.sax.Locator
All known Subclasses: com.jclark.xml.sax.Driver,
Locator | interface Locator extends org.xml.sax.Locator(Code) | | An extension of org.xml.sax.Locator.
version: $Revision: 1.1 $ $Date: 1998/05/28 05:58:07 $ |
Method Summary | |
long | getByteIndex() Returns the byte index of the first byte of the first character
of the document event, or -1 if no byte index is available. | URL | getURL() Returns the URL for the current document event or null if
none is available. |
getByteIndex | long getByteIndex()(Code) | | Returns the byte index of the first byte of the first character
of the document event, or -1 if no byte index is available.
The index of the first byte is 0.
|
|
|