org.objectweb.xml.util
Class XPullParser
java.lang.Object
org.objectweb.xml.util.XPullParser
- public class XPullParser
- extends Object
Constructor Summary |
XPullParser(org.xmlpull.v1.XmlPullParser xpp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPullParser
public XPullParser(org.xmlpull.v1.XmlPullParser xpp)
throws org.xmlpull.v1.XmlPullParserException,
IOException
main
public static void main(String[] args)
throws org.xmlpull.v1.XmlPullParserException,
IOException
- Throws:
org.xmlpull.v1.XmlPullParserException
IOException
setTrim
public void setTrim(boolean trim)
setBaseName
public void setBaseName(String base)
getMulti
public Vector getMulti(String name)
get
public String get(String name)
processDocument
public XElement processDocument(Reader in)
throws org.xmlpull.v1.XmlPullParserException,
IOException
- Throws:
org.xmlpull.v1.XmlPullParserException
IOException
processTag
public XElement processTag()
throws org.xmlpull.v1.XmlPullParserException,
IOException
- Throws:
org.xmlpull.v1.XmlPullParserException
IOException
isVoid
public boolean isVoid(String text)
getText
public String getText()
throws org.xmlpull.v1.XmlPullParserException
- Throws:
org.xmlpull.v1.XmlPullParserException