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 TypeClassDescriptionclassAn XNI-based parser configuration that can be used to parse HTML documents.Methods in org.htmlunit.cyberneko with parameters of type XMLComponentManagerModifier and TypeMethodDescriptionvoidHTMLScanner.reset(XMLComponentManager manager) Resets the component.voidHTMLTagBalancer.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 TypeMethodDescriptionvoidDefaultFilter.reset(XMLComponentManager componentManager) Resets the component.voidNamespaceBinder.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 TypeClassDescriptionclassThis 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 TypeInterfaceDescriptioninterfaceRepresents a parser configuration.Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLComponentManagerModifier and TypeMethodDescriptionvoidXMLComponent.reset(XMLComponentManager componentManager) Resets the component.