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

/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java50 * <dt><a href="#END_TAG">END_TAG</a><dd> An end tag was read
97 * } else if(eventType == XmlPullParser.END_TAG) {
134 * @see #END_TAG
210 int END_TAG = 3; field in interface:XmlPullParser
334 "END_TAG",
545 * <p><b>NOTE:</b> when parser is on END_TAG then it is allowed to call
571 * <p><b>Please note:</b> when the parser is on an END_TAG,
582 * <p><b>NOTE:</b> when parser is on END_TAG then namespace prefixes that were declared
742 // START_TAG / END_TAG share
[all...]

Completed in 67 milliseconds