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

/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java24 * <em>no DOCDECL is present</em> in XML documents
317 int DOCDECL = 10; field in interface:XmlPullParser
341 "DOCDECL"
375 * the DOCDECL event type is reported by nextToken()
511 * function will result in an exception -- when processing of DOCDECL is
940 * additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or
952 * DOCDECL and PROCESSING_INSTRUCTION is available.
992 * <dt>DOCDECL<dd>
994 * then return what is inside of DOCDECL for example it returns:<pre>
1021 * @see #DOCDECL
[all...]

Completed in 127 milliseconds