Class Summary |
BaseErrorContentHandler |
This class is designed to be a base class for implementing
custom ContentHandlers. |
DebugSAXFilterDefaultHandler |
Debug SAXFilterDefaultHandler. |
SAXFilterDefaultHandler |
Utility base class for defining a DefaultHandler
which delegates all of its calls out to a parent
DefaultHandler. |
SAXTrimmingFilter |
A SAX filter that intercepts all character(...) events,
trims the passed in character array and outputs ignorableWhitespace
+ character events as appropriate. |
SAXUtils |
This class provides convenience methods for
generating a ContentHandler which is capable
of saving its data to a Stream. |