| Package | Description |
|---|---|
| com.aliasi.xml |
Classes for XML, including SAX filters and file visitors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateHandler
A
DelegateHandler may be used with a delegating
handler to more efficiently implement nested embeddings. |
class |
DelegatingHandler
A
DelegatingHandler is a SAX filter that routes events
to embedded handlers based on their element embedding. |
class |
ElementStackFilter
Provides a SAX filter that maintains a stack of elements visited.
|
class |
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. |
class |
RemoveElementsFilter
A
RemoveElementsFilter filters out specified elements
from a stream of SAX events. |
class |
SAXFilterHandler
The
SAXFilterHandler provides a base class for
filtering SAX handlers. |
class |
SAXWriter
A
SAXWriter handles SAX events and writes a
character-based representation to a specified output stream in the
specified character encoding. |
class |
TextContentFilter
A filter that applies an operation to text content in specified
elements.
|
class |
XHtmlWriter
An
XHtmlWriter provides constants and convenience
methods for generating strict XHTML 1.0 output. |
Copyright © 2019 Alias-i, Inc.. All rights reserved.