Searched defs:nextTag (Results 1 - 3 of 3) sorted by relevance

/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java153 * before the first call to next(), nextToken, or nextTag()</a>).
1062 * p.nextTag()
1067 * This function together with nextTag make it very easy to parse XML that has
1122 int nextTag() throws XmlPullParserException, IOException; method in interface:XmlPullParser
/libcore/luni/src/test/java/libcore/xml/
H A DXmlPullParserFactoryTest.java370 public int nextTag() throws XmlPullParserException, IOException { method in class:XmlPullParserFactoryTest.XmlPullParserStub
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java2049 public int nextTag() throws XmlPullParserException, IOException { method in class:KXmlParser

Completed in 62 milliseconds