Uses of Class
org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
Packages that use DocumentImpl Package Description org.htmlunit.cyberneko.html.dom org.htmlunit.cyberneko.parsers org.htmlunit.cyberneko.xerces.parsers -
-
Uses of DocumentImpl in org.htmlunit.cyberneko.html.dom
Subclasses of DocumentImpl in org.htmlunit.cyberneko.html.dom Modifier and Type Class Description class
HTMLDocumentImpl
Implements an HTML document. -
Uses of DocumentImpl in org.htmlunit.cyberneko.parsers
Constructor parameters in org.htmlunit.cyberneko.parsers with type arguments of type DocumentImpl Constructor Description DOMParser(java.lang.Class<? extends DocumentImpl> documentClass)
Default constructor. -
Uses of DocumentImpl in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers with type parameters of type DocumentImpl Modifier and Type Field Description protected java.lang.Class<? extends DocumentImpl>
AbstractDOMParser. fDocumentClass
The document class to use.Method parameters in org.htmlunit.cyberneko.xerces.parsers with type arguments of type DocumentImpl Modifier and Type Method Description protected void
AbstractDOMParser. setDocumentClass(java.lang.Class<? extends DocumentImpl> documentClass)
This method allows the programmer to decide which document factory to use when constructing the DOM tree.Constructor parameters in org.htmlunit.cyberneko.xerces.parsers with type arguments of type DocumentImpl Constructor Description AbstractDOMParser(XMLParserConfiguration config, java.lang.Class<? extends DocumentImpl> documentClass)
-