Lines Matching defs:in

12  * in <a href="http://www.xmlpull.org/">XMLPULL V1 API</a> (visit this website to
17 * <li><b>non-validating</b> parser as defined in XML 1.0 spec when
19 * <li><b>validating parser</b> as defined in XML 1.0 spec when
24 * <em>no DOCDECL is present</em> in XML documents
26 * This mode of operation is intended <b>for operation in constrained environments</b> such as J2ME.
37 * Initially, the parser is in the <a href="#START_DOCUMENT">START_DOCUMENT</a>
49 * (when in validating mode next() will not report ignorable whitespace, use nextToken() instead)
57 * in following ways:<ul>
67 * null if stream had unknown encoding (not set in setInputStream)
68 * and it was not declared in XMLDecl
166 * will result in exception being thrown.
223 * return unnormalized content in the case of nextToken(). This allows
241 * of type TEXT. The text contained in the CDATA section is available
383 * later in the parsing process.
395 * defined in the XML 1.0 specification are reported.
412 * <p>Example: call setFeature(FEATURE_PROCESS_NAMESPACES, true) in order
468 void setInput(Reader in) throws XmlPullParserException;
507 * Set new value for entity replacement text as defined in
511 * function will result in an exception -- when processing of DOCDECL is
515 * implementations of XMLPULL that will work in J2ME environments.
520 * and it corresponds to declaring entity in DTD that has all special characters
541 * Returns the numbers of elements in the namespace stack for the given
548 * <p><b>NOTE:</b> to retrieve list of namespaces declared in current element:<pre>
568 * in the namespace stack.
573 * in the corresponding START_TAG are still accessible
574 * although they are no longer in scope.
579 * Returns the namespace URI for the given position in the
583 * in corresponding START_TAG are still accessible even though they are not in scope
591 * <p>If the prefix was not declared in the current scope,
593 * in the namespace table and is available via
610 * defined in the
611 * <a href="http://www.w3.org/TR/REC-xml-names/#ns-using">Namespaces in XML</a>
702 * <p><strong>NOTE:</strong> in case of ENTITY_REF, this method returns
727 * the values returned in the holder array MUST be -1 (both start
770 * If the element is in the default namespace (has no prefix),
814 * <p><strong>NOTE:</strong>The xml prefix is bound as defined in
815 * <a href="http://www.w3.org/TR/REC-xml-names/#ns-using">Namespaces in XML</a>
858 * Returns if the specified attribute was not in input was declared in XML.
863 * @return false if attribute was in input
873 * (including entity replacement text if PROCESS_DOCDECL is false) as described in
890 * (including entity replacement text if PROCESS_DOCDECL is false) as described in
941 * IGNORABLE_WHITESPACE) if they are available in input.
948 * returned content is always unnormalized (exactly as in input).
963 * <br>Note: that element content may be delivered in multiple consecutive TEXT events.
967 * <br>Note: that element content may be delivered in multiple consecutive IGNORABLE_WHITESPACE events.
986 * if PROCESS_DOCDECL is false and there is no entity replacement text set in
1006 * IGNORABLE_WHITESPACE event from nextToken() as parser may chose to deliver element content in