Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Interface org.gjt.xpp.XmlStartTag
Uses in package org.gjt.xpp
Methods with parameter type org.gjt.xpp.XmlStartTag
void
XmlPullParser
.
readStartTag
(
XmlStartTag
stag)
Read current start tag.
void
XmlRecorder
.
writeStartTag
(
XmlStartTag
stag)
void
XmlRecorder
.
writeStartTagAsEndTag
(
XmlStartTag
stag)
void
XmlRecorder
.
writeStartTagStart
(
XmlStartTag
stag)
Methods with return type org.gjt.xpp.XmlStartTag
XmlStartTag
XmlPullParserFactory
.
newStartTag
()
Return new XML start tag.
Overview
Package
Class
Use
Tree
Index
Deprecated
About
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