Uses of Interface
org.codelibs.nekohtml.HTMLComponent
-
Packages that use HTMLComponent Package Description org.codelibs.nekohtml org.codelibs.nekohtml.filters -
-
Uses of HTMLComponent in org.codelibs.nekohtml
Classes in org.codelibs.nekohtml that implement HTMLComponent Modifier and Type Class Description classHTMLScannerA simple HTML scanner.classHTMLTagBalancerBalances tags in an HTML document.Fields in org.codelibs.nekohtml with type parameters of type HTMLComponent Modifier and Type Field Description protected java.util.Vector<HTMLComponent>HTMLConfiguration. fHTMLComponentsComponents.Methods in org.codelibs.nekohtml with parameters of type HTMLComponent Modifier and Type Method Description protected voidHTMLConfiguration. addComponent(HTMLComponent component)Adds a component. -
Uses of HTMLComponent in org.codelibs.nekohtml.filters
Classes in org.codelibs.nekohtml.filters that implement HTMLComponent Modifier and Type Class Description classDefaultFilterThis class implements a filter that simply passes document events to the next handler.classElementRemoverThis class is a document filter capable of removing specified elements from the processing stream.classIdentityThis filter performs the identity operation of the original document event stream generated by the HTML scanner by removing events that are synthesized by the tag balancer.classNamespaceBinderThis filter binds namespaces if namespace processing is turned on by setting the feature "http://xml.org/sax/features/namespaces" is set totrue.classPurifierThis filter purifies the HTML input to ensure XML well-formedness.classWriterAn HTML writer written as a filter.
-