Home | History | Annotate | Download | only in sax

Lines Matching refs:parse

29  * and to initiate a parse from a URI, or a character stream.</p>
36 * once the first parse has completed successfully, but it may not
37 * invoke the parse() methods recursively within a parse.</p>
62 * not request a locale change in the middle of a parse.</p>
84 * in the middle of a parse, and the SAX parser must begin using
103 * handler in the middle of a parse, and the SAX parser must
122 * middle of a parse, and the SAX parser must begin using the new
141 * middle of a parse, and the SAX parser must begin using the new
153 * Parse an XML document.
159 * <p>Applications may not invoke this method while a parse is in
161 * additional XML document). Once a parse is complete, an
173 * @see #parse(java.lang.String)
179 public abstract void parse (InputSource source)
184 * Parse an XML document from a system identifier (URI).
191 * parse(new InputSource(systemId));
203 * @see #parse(org.xml.sax.InputSource)
205 public abstract void parse (String systemId)