| Class | Description |
|---|---|
| DelegateHandler |
A
DelegateHandler may be used with a delegating
handler to more efficiently implement nested embeddings. |
| DelegatingHandler |
A
DelegatingHandler is a SAX filter that routes events
to embedded handlers based on their element embedding. |
| ElementStackFilter |
Provides a SAX filter that maintains a stack of elements visited.
|
| GroupCharactersFilter |
Provides a SAX filter that groups sequential calls to
GroupCharactersFilter.characters(char[],int,int) into a single call with all of the
content concatenated. |
| RemoveElementsFilter |
A
RemoveElementsFilter filters out specified elements
from a stream of SAX events. |
| SAXFilterHandler |
The
SAXFilterHandler provides a base class for
filtering SAX handlers. |
| SAXWriter |
A
SAXWriter handles SAX events and writes a
character-based representation to a specified output stream in the
specified character encoding. |
| SimpleElementHandler |
A
SimpleElementHandler is a default handler that
supplies utilities for simple elements and attributes. |
| TextAccumulatorHandler |
A
TextAccumulatorHandler simply accumulates all text
content events into a single string buffer. |
| TextContentFilter |
A filter that applies an operation to text content in specified
elements.
|
| XHtmlWriter |
An
XHtmlWriter provides constants and convenience
methods for generating strict XHTML 1.0 output. |
Copyright © 2016 Alias-i, Inc.. All rights reserved.