Uses of Class
org.cyberneko.html.filters.DefaultFilter
Packages that use DefaultFilter
-
Uses of DefaultFilter in org.cyberneko.html.filters
Subclasses of DefaultFilter in org.cyberneko.html.filtersModifier and TypeClassDescriptionclassThis class is a document filter capable of removing specified elements from the processing stream.classThis 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.classThis filter binds namespaces if namespace processing is turned on by setting the feature "http://xml.org/sax/features/namespaces" is set totrue.classThis filter purifies the HTML input to ensure XML well-formedness.classAn HTML writer written as a filter.