HomeSort by relevance Sort by last modified time
    Searched defs:SAXParser (Results 1 - 25 of 31) sorted by null

1 2

  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 18 // $Id: SAXParser.java 584483 2007-10-14 02:54:48Z mrglavas $
72 public abstract class SAXParser {
80 protected SAXParser () {
85 * <p>Reset this <code>SAXParser</code> to its original configuration.</p>
87 * <p><code>SAXParser</code> is reset to the same state as when it was created with
89 * <code>reset()</code> is designed to allow the reuse of existing <code>SAXParser</code>s
90 * thus saving resources associated with the creation of new <code>SAXParser</code>s.</p>
92 * <p>The reset <code>SAXParser</code> is not guaranteed to have the same {@link Schema}
102 "This SAXParser, \"" + this.getClass().getName() + "\", does not support the reset functionality."