| |
|
| java.lang.Object com.jclark.xml.parse.base.ApplicationImpl com.jclark.xml.sax.Driver
All known Subclasses: com.jclark.xml.sax.CommentDriver,
Driver | public class Driver extends ApplicationImpl implements org.xml.sax.Parser,EntityManager,org.xml.sax.AttributeList,Locator(Code) | | An implementation of SAX 1.0 on top of the com.jclark.xml.parse package.
Note that:
- the
Locator will provide information only for
startElement and processingInstruction
events;
- the line and column number returned by
Locator
will correspond to the first character of the document event
not the character following the document event as specified by SAX;
- neither a
Locator nor a SAXParseException
will provide information about an entity's public identifier;
- the
Locator object will be an instance of
com.jclark.xml.sax.Locator which extends
org.xml.sax.Locator ;
- the only kind of error that is reported is a fatal error.
See Also: Locator version: $Revision: 1.16 $ $Date: 1998/12/28 08:12:30 $ |
Constructor Summary | |
public | Driver() |
getByteIndex | public long getByteIndex()(Code) | | |
getColumnNumber | public int getColumnNumber()(Code) | | |
getLength | public int getLength()(Code) | | |
getLineNumber | public int getLineNumber()(Code) | | |
|
|
|