Package org.htmlunit.cyberneko.parsers
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
,org.xml.sax.XMLReader
public class SAXParser extends AbstractSAXParser
A SAX parser for HTML documents.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
AbstractSAXParser.AttributesProxy, AbstractSAXParser.LocatorProxy
-
-
Field Summary
-
Fields inherited from class org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser
fContentHandler, fDTDHandler, fLexicalHandler, fLexicalHandlerParameterEntities, fNamespaceContext, fNamespacePrefixes, fNamespaces, fStandalone, fUseEntityResolver2, fVersion, LEXICAL_HANDLER, NAMESPACES
-
Fields inherited from class org.htmlunit.cyberneko.xerces.parsers.XMLParser
ERROR_HANDLER, parserConfiguration_
-
-
Constructor Summary
Constructors Constructor Description SAXParser()
Default constructor.
-
Method Summary
-
Methods inherited from class org.htmlunit.cyberneko.xerces.parsers.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, xmlDecl
-
Methods inherited from class org.htmlunit.cyberneko.xerces.parsers.AbstractXMLDocumentParser
emptyElement, getDocumentSource, setDocumentSource
-
-