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

/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java147 // EVENT TYPES as reported by next()
322 * to a string. For example, the value of TYPES[START_TAG] is
330 String [] TYPES = { field in interface:XmlPullParser
1045 * throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription());

Completed in 57 milliseconds