Home | History | Annotate | Download | only in xmladapters

Lines Matching refs:tagType

727             int tagType;
732 while (((tagType = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
733 && tagType != XmlPullParser.END_DOCUMENT) {
735 if (tagType != XmlPullParser.START_TAG) {