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

/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());
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java1848 StringBuilder buf = new StringBuilder(type < TYPES.length ? TYPES[type] : "unknown");
2047 "expected: " + TYPES[type] + " {" + namespace + "}" + name, this, null);

Completed in 32 milliseconds