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.fDocumentClassThe document class to use.Method parameters in org.htmlunit.cyberneko.xerces.parsers with type arguments of type DocumentImplModifier and TypeMethodDescriptionprotected 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 DocumentImplModifierConstructorDescriptionprotectedAbstractDOMParser(XMLParserConfiguration config, Class<? extends DocumentImpl> documentClass)