Class and Description |
---|
XmlEndTag
This represent XML end tag.
|
XmlFormatter
This interface extends XmlRecorder to give some control
over formattingof XML output.
|
XmlNode
This class represents XML subtree.
|
XmlPullNode
This class represents pullable XML subtree - children are built on
demand.
|
XmlPullParser
Generic interface for simple and quick XML Pull Parser.
|
XmlPullParserException
This exception is thrown to signal XML Pull Parser related excepions.
|
XmlPullParserFactory
This class is used to create implementations of XML Pull Parser.
|
XmlRecorder
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
|
XmlStartTag
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
|
XmlTag
Base interface that encapsulates common functionality for
XML elements: both start tag and end tag
(an empty element is equivalent to start tag followed by
end tag so for simplicity ti is not modeled as a separate class).
|
XmlWritable
This interface can be used by classes that wishes to implement
its own way to persist XML into writer.
|
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API