Class | Description |
---|---|
DefaultFilter |
This class implements a filter that simply passes document
events to the next handler.
|
ElementRemover |
This class is a document filter capable of removing specified
elements from the processing stream.
|
Identity |
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.
|
NamespaceBinder |
This filter binds namespaces if namespace processing is turned on
by setting the feature "http://xml.org/sax/features/namespaces" is
set to
true . |
NamespaceBinder.NamespaceSupport |
This namespace context object implements the old and new XNI
NamespaceContext interface methods so that it can
be used across all versions of Xerces2. |
Purifier |
This filter purifies the HTML input to ensure XML well-formedness.
|
Writer |
An HTML writer written as a filter.
|
(C) Copyright 2002-2014, Andy Clark, Marc Guillemot. All rights reserved.