Uses of Class
org.htmlunit.cyberneko.xerces.dom.DocumentImpl
Packages that use DocumentImpl
Package
Description
-
Uses of DocumentImpl in org.htmlunit.cyberneko.html.dom
Subclasses of DocumentImpl in org.htmlunit.cyberneko.html.dom -
Uses of DocumentImpl in org.htmlunit.cyberneko.parsers
Constructor parameters in org.htmlunit.cyberneko.parsers with type arguments of type DocumentImplModifierConstructorDescriptionDOMParser
(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 DocumentImplModifier and TypeFieldDescriptionprotected Class
<? extends DocumentImpl> AbstractDOMParser.fDocumentClass
The document class to use.Method parameters in org.htmlunit.cyberneko.xerces.parsers with type arguments of type DocumentImplModifier and TypeMethodDescriptionprotected void
AbstractDOMParser.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 DocumentImplModifierConstructorDescriptionprotected
AbstractDOMParser
(XMLParserConfiguration config, Class<? extends DocumentImpl> documentClass)