Package | Description |
---|---|
org.gjt.xpp |
This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).
|
org.gjt.xpp.impl |
Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp).
|
org.gjt.xpp.impl.format | |
org.gjt.xpp.impl.node | |
org.gjt.xpp.impl.pullnode | |
org.gjt.xpp.impl.pullparser | |
org.gjt.xpp.impl.tag | |
org.gjt.xpp.impl.tokenizer | |
org.gjt.xpp.x2impl | |
org.gjt.xpp.x2impl.x2pullparser |
Class | 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.
|
Class | 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.
|
Class | 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.
|
XmlPullParserException |
This exception is thrown to signal XML Pull Parser related excepions.
|
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.
|
XmlWritable |
This interface can be used by classes that wishes to implement
its own way to persist XML into writer.
|
Class | Description |
---|---|
XmlNode |
This class represents XML subtree.
|
XmlPullParserException |
This exception is thrown to signal XML Pull Parser related excepions.
|
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).
|
Class | Description |
---|---|
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.
|
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).
|
Class | Description |
---|---|
XmlEndTag |
This represent XML end tag.
|
XmlNode |
This class represents XML subtree.
|
XmlPullParser |
Generic interface for simple and quick XML Pull Parser.
|
XmlPullParserBufferControl |
Additional interface to control XML Pull Parser buffering.
|
XmlPullParserEventPosition |
Special interface to retrieve event positioning information.
|
XmlPullParserException |
This exception is thrown to signal XML Pull Parser related excepions.
|
XmlStartTag |
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
|
Class | Description |
---|---|
XmlEndTag |
This represent XML end tag.
|
XmlPullParserException |
This exception is thrown to signal XML Pull Parser related excepions.
|
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).
|
Class | Description |
---|---|
XmlPullParserException |
This exception is thrown to signal XML Pull Parser related excepions.
|
Class | 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.
|
Class | Description |
---|---|
XmlEndTag |
This represent XML end tag.
|
XmlNode |
This class represents XML subtree.
|
XmlPullParser |
Generic interface for simple and quick XML Pull Parser.
|
XmlPullParserBufferControl |
Additional interface to control XML Pull Parser buffering.
|
XmlPullParserEventPosition |
Special interface to retrieve event positioning information.
|
XmlPullParserException |
This exception is thrown to signal XML Pull Parser related excepions.
|
XmlStartTag |
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
|
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