BestDeal |
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.
|
ChannelPullHandler |
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.
|
CloneableFileReader |
Simple Cloneable File Reader to allow cloning pull parsers efficiently.
|
CloneParser |
An example to demonstrate how cloneable parser can be used.
|
CloneParser.CloenableCharArrayReader |
|
MyXmlPullApp |
An example of an application that uses XMLPULL V1 API.
|
MyXmlWriteApp |
An example of an application that uses XmlPull v1 API to write XML.
|
Roundtrip |
This sample demonstrates how to roundtrip XML document
(roundtrip is not exact but infoset level)
|
RSSReader |
|
SimpleXmlPullApp |
Very simple application that demonstrates basics of XMLPULL V1 API.
|
XmlCompare |
|
XmlPullCount |
Simple example that counts XML elements, characters and attributes.
|
XMLRPCDecoder |
|
XMLRPCDecoder.ArrayDecoder |
|
XMLRPCDecoder.Base64 |
|
XMLRPCDecoder.Base64Decoder |
|
XMLRPCDecoder.BooleanDecoder |
|
XMLRPCDecoder.DateDecoder |
|
XMLRPCDecoder.DoubleDecoder |
|
XMLRPCDecoder.FaultDecoder |
|
XMLRPCDecoder.IntegerDecoder |
|
XMLRPCDecoder.MethodDecoder |
|
XMLRPCDecoder.ParametersDecoder |
|
XMLRPCDecoder.StringDecoder |
|
XMLRPCDecoder.StructureDecoder |
|
XMLRPCDecoder.ValueDecoder |
|