org.apache.axis2.databinding.utils
Class ADBPullParser.ParserInformation
java.lang.Object
org.apache.axis2.databinding.utils.ADBPullParser.ParserInformation
- Enclosing class:
- ADBPullParser
- public class ADBPullParser.ParserInformation
- extends Object
Inner class which holds stuff for the parser to pick data.
This hold the information the parser will hold when user request for data. Every ADBPullParser
holds this kind of object inside it and within the methods of ADBPullParser, they refer to the
fields inside this class. So if user needs to change what parser returns, he just need to
change parser information object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADBPullParser.ParserInformation
public ADBPullParser.ParserInformation(QName name,
String text)
ADBPullParser.ParserInformation
public ADBPullParser.ParserInformation(QName name)
getText
public String getText()
setText
public void setText(String text)
getName
public QName getName()
setName
public void setName(QName name)