Class Summary |
ContentHandlerDebug |
Helpful functions for debbuging your ContentHandler |
MultiReader |
A decorator which allows you to reuse a Reader. |
PrettyXML |
Prints XML as in some HTML form, for example, with syntactic
highlighting and indentation. |
SAXToSOAPElement |
A SAX2 ContentHandler which converts the input tree
into a SOAPElement. |
Soapkit |
The Soapkit provides the converters to and from SOAPElement. |
XMLArgCheck |
Handy functions for checking XML arguments |
XMLInputStreamReader |
This serves the same purpose as
java.io.InputStreamReader except that it assumes that
the InputStream contains XML and tries to automatically detect the
encoding. |