Uses of Class
org.htmlunit.cyberneko.xerces.dom.DocumentImpl
-
Packages that use DocumentImpl Package Description org.htmlunit.cyberneko.html.dom Dom implementation of all supported HTML elements.org.htmlunit.cyberneko.parsers The different supported parsers.org.htmlunit.cyberneko.xerces.parsers Stuff taken, adapted, and simplified from the latest xerces code. -
-
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(java.lang.Class<? extends DocumentImpl> documentClass)Default constructor.DOMParser(HTMLElementsProvider htmlElementsProvider, java.lang.Class<? extends DocumentImpl> documentClass)Ctor using a customHTMLElementsProvider. -
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. 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(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)
-