Class VASTParserBase

    • Constructor Summary

      Constructors 
      Constructor Description
      VASTParserBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String readText​(org.xmlpull.v1.XmlPullParser parser)  
      void skip​(org.xmlpull.v1.XmlPullParser p)  
      • Methods inherited from class java.lang.Object

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

      • VASTParserBase

        public VASTParserBase()
    • Method Detail

      • readText

        public java.lang.String readText​(org.xmlpull.v1.XmlPullParser parser)
                                  throws java.io.IOException,
                                         org.xmlpull.v1.XmlPullParserException
        Throws:
        java.io.IOException
        org.xmlpull.v1.XmlPullParserException
      • skip

        public void skip​(org.xmlpull.v1.XmlPullParser p)
                  throws org.xmlpull.v1.XmlPullParserException,
                         java.io.IOException
        Throws:
        org.xmlpull.v1.XmlPullParserException
        java.io.IOException