Uses of Interface
org.gjt.xpp.XmlTag
Packages that use XmlTag
Package
Description
This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).
-
Uses of XmlTag in org.gjt.xpp
Subinterfaces of XmlTag in org.gjt.xppModifier and TypeInterfaceDescriptioninterface
This represent XML end tag.interface
This class represents XML subtree.interface
This class represents pullable XML subtree - children are built on demand.interface
This class represents abstract functionality necessary to to persist XML Pull Parser events. -
Uses of XmlTag in org.gjt.xpp.impl.node
Classes in org.gjt.xpp.impl.node that implement XmlTagModifier and TypeClassDescriptionclass
Encapsulate XML Node with list of associated children and namespaces :-). -
Uses of XmlTag in org.gjt.xpp.impl.pullnode
Classes in org.gjt.xpp.impl.pullnode that implement XmlTag -
Uses of XmlTag in org.gjt.xpp.impl.tag
Classes in org.gjt.xpp.impl.tag that implement XmlTag