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 classHTMLDocumentImplImplements 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(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 Class<? extends DocumentImpl>AbstractDOMParser. fDocumentClassThe document class to use.Method parameters in org.htmlunit.cyberneko.xerces.parsers with type arguments of type DocumentImpl Modifier and Type Method Description protected voidAbstractDOMParser. setDocumentClass(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, Class<? extends DocumentImpl> documentClass)
-