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 TypeClassDescriptionclassAn 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 XMLParserConfigurationDOMFragmentParser.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 XMLParserConfigurationXMLParser.parserConfiguration_The parser configuration.Methods in org.htmlunit.cyberneko.xerces.parsers that return XMLParserConfigurationConstructors in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLParserConfigurationModifierConstructorDescriptionprotectedAbstractDOMParser(XMLParserConfiguration config, Class<? extends DocumentImpl> documentClass) protectedprotectedConstructs a document parser using the default symbol table and grammar pool.protectedXMLParser(XMLParserConfiguration config)