Only Three Classes:

XmlPullParser:
an abstract class that represents the parser
XmlPullParserFactory:
the factory class that instantiates an implementation dependent subclass of XmlPullParser
XmlPullException:
the generic class for everything other than an IOException that might go wrong when parsing an XML document, particularly well-formedness errors and tokens that don't have the expected type
XmlSerializer:
Under development; planned for 1.2

Previous | Next | Top | Cafe con Leche

Copyright 2000-2002 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 16, 2002