All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.jclark.xml.parse.base.ApplicationImpl | +----com.jclark.xml.sax.Driver
Locator
will provide information only for
startElement
and processingInstruction
events;
Locator
will correspond to the first character of the document event
not the character following the document event as specified by SAX;
Locator
nor a SAXParseException
will provide information about an entity's public identifier;
Locator
object will be an instance of
com.jclark.xml.sax.Locator
which extends
org.xml.sax.Locator
;
public Driver()
public void setEntityResolver(EntityResolver resolver)setDocumentHandler
public void setDocumentHandler(DocumentHandler handler)setDTDHandler
public void setDTDHandler(DTDHandler handler)setErrorHandler
public void setErrorHandler(ErrorHandler handler)setLocale
public void setLocale(Locale locale)parse
public void parse(String systemId) throws SAXException, IOExceptionparse
public void parse(InputSource in) throws SAXException, IOExceptionstartDocument
public void startDocument() throws SAXException
public void startElement(StartElementEvent event) throws SAXException
public void characterData(CharacterDataEvent event)
public void endElement(EndElementEvent event) throws SAXException
public void processingInstruction(ProcessingInstructionEvent event) throws SAXException
public void endProlog(EndPrologEvent event) throws SAXException
public void endDocument() throws SAXException
public OpenEntity open(String systemId, URL baseURL, String publicId) throws IOExceptiongetLength
public int getLength()getName
public String getName(int i)getValue
public String getValue(int i)getValue
public String getValue(String name)getType
public String getType(int i)getType
public String getType(String name)getSystemId
public String getSystemId()getURL
public URL getURL()getPublicId
public String getPublicId()getLineNumber
public int getLineNumber()getColumnNumber
public int getColumnNumber()getByteIndex
public long getByteIndex()
All Packages Class Hierarchy This Package Previous Next Index