Class BaseValue

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseValue​(org.xmlpull.v1.XmlPullParser p)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseValue

        public BaseValue​(org.xmlpull.v1.XmlPullParser p)
                  throws org.xmlpull.v1.XmlPullParserException,
                         java.io.IOException
        Throws:
        org.xmlpull.v1.XmlPullParserException
        java.io.IOException
    • Method Detail

      • getValue

        public java.lang.String getValue()