HomeSort by relevance Sort by last modified time
    Searched defs:DocumentBuilder (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 18 // $Id: DocumentBuilder.java 584483 2007-10-14 02:54:48Z mrglavas $
54 public abstract class DocumentBuilder {
59 protected DocumentBuilder () {
63 * <p>Reset this <code>DocumentBuilder</code> to its original configuration.</p>
65 * <p><code>DocumentBuilder</code> is reset to the same state as when it was created with
67 * <code>reset()</code> is designed to allow the reuse of existing <code>DocumentBuilder</code>s
68 * thus saving resources associated with the creation of new <code>DocumentBuilder</code>s.</p>
70 * <p>The reset <code>DocumentBuilder</code> is not guaranteed to have the same {@link EntityResolver} or {@link ErrorHandler}
80 "This DocumentBuilder, \"" + this.getClass().getName() + "\", does not support the reset functionality."
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 36 milliseconds