All Classes and Interfaces
Class
Description
Rewritten http://www-106.ibm.com/developerworks/xml/library/x-saxapi/listing4.html
to make easy to comapre how to "natutal is to manage state with SAX and with XMLPULL API.
This class will parse a rss or rdf document and build a Map consisting of
- attributes of a channel
- and a one attribute "items" which is a list with items, where each item consists
of a Map with attributes.
Simple Cloneable File Reader to allow cloning pull parsers efficiently.
An example to demonstrate how cloneable parser can be used.
An example of an application that uses XMLPULL V1 API.
An example of an application that uses XmlPull v1 API to write XML.
This sample demonstrates how to roundtrip XML document
(roundtrip is not exact but infoset level)
Very simple application that demonstrates basics of XMLPULL V1 API.
Simple example that counts XML elements, characters and attributes.
XML Pull Parser is an interface that defines parsing functionlity provided
in XMLPULL V1 API (visit this website to
learn more about API and its implementations).
This exception is thrown to signal XML Pull Parser related faults.
This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.
Define an interface to serialziation of XML Infoset.