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)
           
 
Method Summary
 String get(String name)
           
 Vector getMulti(String name)
           
 String getText()
           
 boolean isVoid(String text)
           
static void main(String[] args)
           
 XElement processDocument(Reader in)
           
 XElement processTag()
           
 void setBaseName(String base)
           
 void setTrim(boolean trim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPullParser

public XPullParser(org.xmlpull.v1.XmlPullParser xpp)
            throws org.xmlpull.v1.XmlPullParserException,
                   IOException
Method Detail

main

public static void main(String[] args)
                 throws org.xmlpull.v1.XmlPullParserException,
                        IOException
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
org.xmlpull.v1.XmlPullParserException
IOException

processTag

public XElement processTag()
                    throws org.xmlpull.v1.XmlPullParserException,
                           IOException
org.xmlpull.v1.XmlPullParserException
IOException

isVoid

public boolean isVoid(String text)

getText

public String getText()
               throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserException