| Interface | Description |
|---|---|
| XmlPullParser |
XML Pull Parser is an interface that defines parsing functionality provided
in XMLPULL V1 API (visit this website
to learn more about API and its implementations).
|
| Class | Description |
|---|---|
| MXParser |
Absolutely minimal implementation of XMLPULL V1 API
|
| XmlStreamReader |
Character stream that handles (or at least attemtps to) all the necessary
Voodo to figure out the charset encoding of the XML document within the
stream.
|
| Exception | Description |
|---|---|
| XmlPullParserException |
This exception is thrown to signal XML Pull Parser related faults.
|
| XmlStreamReaderException |
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.
|
Apache Camel