Class SAXParser
java.lang.Object
org.htmlunit.cyberneko.xerces.parsers.XMLParser
org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
org.htmlunit.cyberneko.parsers.SAXParser
- All Implemented Interfaces:
XMLDocumentHandler, XMLReader
A SAX parser for HTML documents.
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractSAXParser
AbstractSAXParser.AttributesProxy, AbstractSAXParser.LocatorProxy -
Field Summary
Fields inherited from class AbstractSAXParser
fContentHandler, fDTDHandler, fLexicalHandler, fLexicalHandlerParameterEntities, fNamespaceContext, fNamespacePrefixes, fNamespaces, fStandalone, fUseEntityResolver2, fVersion, LEXICAL_HANDLER, NAMESPACESFields inherited from class XMLParser
ERROR_HANDLER, parserConfiguration_ -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSAXParser
characters, comment, doctypeDecl, endCDATA, endDocument, endElement, endNamespaceMapping, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getLexicalHandler, getProperty, parse, parse, processingInstruction, reset, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setProperty, startCDATA, startDocument, startElement, startNamespaceMapping, xmlDeclMethods inherited from class AbstractXMLDocumentParser
emptyElement, getDocumentSource, setDocumentSource
-
Constructor Details
-
SAXParser
public SAXParser()Default constructor.
-