Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLComponentManager
Packages that use XMLComponentManager
Package
Description
-
Uses of XMLComponentManager in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLComponentManagerModifier and TypeClassDescriptionclass
An XNI-based parser configuration that can be used to parse HTML documents.Methods in org.htmlunit.cyberneko with parameters of type XMLComponentManagerModifier and TypeMethodDescriptionvoid
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 XMLComponentManagerModifier and TypeMethodDescriptionvoid
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 XMLComponentManagerModifier and TypeClassDescriptionclass
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.parserModifier and TypeInterfaceDescriptioninterface
Represents a parser configuration.Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLComponentManagerModifier and TypeMethodDescriptionvoid
XMLComponent.reset
(XMLComponentManager componentManager) Resets the component.