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

/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilder.java18 // $Id: DocumentBuilder.java 584483 2007-10-14 02:54:48Z mrglavas $
54 public abstract class DocumentBuilder { class
59 protected DocumentBuilder () { method in class: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."

Completed in 50 milliseconds