| Package | Description |
|---|---|
| com.aliasi.xml |
Classes for XML, including SAX filters and file visitors.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
TextContentFilter
A filter that applies an operation to text content in specified
elements.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.