API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax. Parser View Source
Author(s)
David Megginson
Since
SAX 1.0
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 Parser
Subinterfaces
Description
public interface Parser
  Basic interface for SAX (Simple API for XML) parsers.
Methods
Hide/Show inherited methods
public void parse (InputSource source) throws SAXException IOException
  Parse an XML document.
public void parse (String systemId) throws SAXException IOException
  Parse an XML document from a system identifier (URI).
public void setDocumentHandler (DocumentHandler handler)
  Allow an application to register a document event handler.
public void setDTDHandler (DTDHandler handler)
  Allow an application to register a DTD event handler.
public void setEntityResolver (EntityResolver resolver)
  Allow an application to register a custom entity resolver.
public void setErrorHandler (ErrorHandler handler)
  Allow an application to register an error event handler.
public void setLocale (Locale locale) throws SAXException
  Allow an application to request a locale for errors and warnings.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar