Home | History | Annotate | Download | only in app

Lines Matching refs:tagType

571             int tagType = xml.next();
572 while (tagType != XmlPullParser.END_DOCUMENT) {
573 if (tagType == XmlPullParser.START_TAG) {
602 tagType = xml.next();