Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
Packages that use XMLParserConfiguration
Package
Description
-
Uses of XMLParserConfiguration in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLParserConfigurationModifier and TypeClassDescriptionclass
An XNI-based parser configuration that can be used to parse HTML documents. -
Uses of XMLParserConfiguration in org.htmlunit.cyberneko.parsers
Fields in org.htmlunit.cyberneko.parsers declared as XMLParserConfigurationModifier and TypeFieldDescriptionprivate final XMLParserConfiguration
DOMFragmentParser.parserConfiguration_
Parser configuration.Methods in org.htmlunit.cyberneko.parsers that return XMLParserConfiguration -
Uses of XMLParserConfiguration in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as XMLParserConfigurationModifier and TypeFieldDescriptionprotected final XMLParserConfiguration
XMLParser.parserConfiguration_
The parser configuration.Methods in org.htmlunit.cyberneko.xerces.parsers that return XMLParserConfigurationConstructors in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLParserConfigurationModifierConstructorDescriptionprotected
AbstractDOMParser
(XMLParserConfiguration config, Class<? extends DocumentImpl> documentClass) protected
protected
Constructs a document parser using the default symbol table and grammar pool.protected
XMLParser
(XMLParserConfiguration config)