Interface | Description |
---|---|
XMLWriter |
Interface for tools writing XML files.
|
Class | Description |
---|---|
PrettyPrintXMLWriter | |
XMLEncode |
Collection of XML encoding/decoding helpers.
|
XmlStreamReader | |
XmlStreamWriter |
We just wrap the commons StreamWriter to not get into troubles
by exposing shaded commons-io packages
|
XmlWriterUtil |
Utility class for the
XmlWriter class. |
Xpp3Dom |
A reimplementation of Plexus Xpp3Dom based on the public interface of Plexus Xpp3Dom.
|
Xpp3DomBuilder | |
Xpp3DomBuilder.DocHandler | |
Xpp3DomUtils | |
Xpp3DomWriter |
Exception | Description |
---|---|
XmlReaderException |
The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined
according to the XML 1.0 specification and RFC 3023.
|
XmlStreamReaderException |
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be
determined according to the XML 1.0 specification and RFC 3023.
|