Package org.cyberneko.html.filters
package org.cyberneko.html.filters
-
ClassesClassDescriptionThis class implements a filter that simply passes document events to the next handler.This class is a document filter capable of removing specified elements from the processing stream.This 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.This filter binds namespaces if namespace processing is turned on by setting the feature "http://xml.org/sax/features/namespaces" is set to
true
.This namespace context object implements the old and new XNINamespaceContext
interface methods so that it can be used across all versions of Xerces2.This filter purifies the HTML input to ensure XML well-formedness.An HTML writer written as a filter.