Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLComponentManager
-
Packages that use XMLComponentManager Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.filters org.htmlunit.cyberneko.xerces.util org.htmlunit.cyberneko.xerces.xni.parser -
-
Uses of XMLComponentManager in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLComponentManager Modifier and Type Class Description class
HTMLConfiguration
An XNI-based parser configuration that can be used to parse HTML documents.Methods in org.htmlunit.cyberneko with parameters of type XMLComponentManager Modifier and Type Method Description void
HTMLScanner. reset(XMLComponentManager manager)
Resets the component.void
HTMLTagBalancer. reset(XMLComponentManager manager)
Resets the component. -
Uses of XMLComponentManager in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters with parameters of type XMLComponentManager Modifier and Type Method Description void
DefaultFilter. reset(XMLComponentManager componentManager)
Resets the component.void
NamespaceBinder. reset(XMLComponentManager manager)
Resets the component. -
Uses of XMLComponentManager in org.htmlunit.cyberneko.xerces.util
Classes in org.htmlunit.cyberneko.xerces.util that implement XMLComponentManager Modifier and Type Class Description class
ParserConfigurationSettings
This class implements the basic operations for managing parser configuration features and properties. -
Uses of XMLComponentManager in org.htmlunit.cyberneko.xerces.xni.parser
Subinterfaces of XMLComponentManager in org.htmlunit.cyberneko.xerces.xni.parser Modifier and Type Interface Description interface
XMLParserConfiguration
Represents a parser configuration.Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLComponentManager Modifier and Type Method Description void
XMLComponent. reset(XMLComponentManager componentManager)
Resets the component.
-