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.node | |
org.gjt.xpp.impl.pullnode | |
org.gjt.xpp.impl.tag |
Modifier and Type | Interface | Description |
---|---|---|
interface |
XmlEndTag |
This represent XML end tag.
|
interface |
XmlNode |
This class represents XML subtree.
|
interface |
XmlPullNode |
This class represents pullable XML subtree - children are built on
demand.
|
interface |
XmlStartTag |
This class represents abstract functionality necessary to
to persist XML Pull Parser events.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Node |
Encapsulate XML Node with list of associated children and namespaces :-).
|
Modifier and Type | Class | Description |
---|---|---|
class |
PullNode |
Allows node tree to be constructed on demand.
|
Modifier and Type | Class | Description |
---|---|---|
class |
EndTag |
Encapsulate XML ETag
|
class |
StartTag |
Encapsulate XML STag and EmptyElement
|
class |
Tag |
Encapsulate XML ETag
|
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