See: Description
| 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).
|
| XmlSerializer |
Defines an interface for serialization of XML Infoset.
|
| Class | Description |
|---|---|
| XmlPullParserFactory |
This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.
|
| Exception | Description |
|---|---|
| IllegalStateException | |
| XmlPullParserException |
This exception is thrown to signal XML Pull Parser related faults.
|
Generates XMLPullParser classes (Factory generates class name automatically).
XMLPullParser is an interface which defines parsing functionality provided in
XMLPULL V1 API. Parsers can be both validating or non validating.
XMLPullParserFactory
The XmlSerializer interface is included as part of preparing a possible
migration towards XmlPull 1.2 API