org.apache.axis2.databinding.utils
Class ADBPullParser.ParserInformation

java.lang.Object
  extended byorg.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.


Constructor Summary
ADBPullParser.ParserInformation(QName name)
           
ADBPullParser.ParserInformation(QName name, String text)
           
 
Method Summary
 QName getName()
           
 String getText()
           
 void setName(QName name)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADBPullParser.ParserInformation

public ADBPullParser.ParserInformation(QName name,
                                       String text)

ADBPullParser.ParserInformation

public ADBPullParser.ParserInformation(QName name)
Method Detail

getText

public String getText()

setText

public void setText(String text)

getName

public QName getName()

setName

public void setName(QName name)