Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLComponent
Packages that use XMLComponent
-
Uses of XMLComponent in org.htmlunit.cyberneko
Subinterfaces of XMLComponent in org.htmlunit.cybernekoModifier and TypeInterfaceDescriptioninterfaceThis interface extends the XNIXMLComponentinterface to add methods that allow the preferred default values for features and properties to be queried.Classes in org.htmlunit.cyberneko that implement XMLComponentModifier and TypeClassDescriptionclassA simple HTML scanner.classBalances tags in an HTML document. -
Uses of XMLComponent in org.htmlunit.cyberneko.filters
Classes in org.htmlunit.cyberneko.filters that implement XMLComponentModifier and TypeClassDescriptionclassThis class implements a filter that simply passes document events to the next handler.classAn HTML writer written as a filter.classThis filter binds namespaces if namespace processing is turned on by setting the feature "http://xml.org/sax/features/namespaces" is set totrue.