Home | History | Annotate | Download | only in app

Lines Matching refs:tagType

560             int tagType = xml.next();
561 while (tagType != XmlPullParser.END_DOCUMENT) {
562 if (tagType == XmlPullParser.START_TAG) {
591 tagType = xml.next();