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

/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformer.java44 * <p>A <code>Transformer</code> may be used multiple times. Parameters and
49 public abstract class Transformer { class
54 protected Transformer() { } method in class:Transformer
57 * <p>Reset this <code>Transformer</code> to its original configuration.</p>
59 * <p><code>Transformer</code> is reset to the same state as when it was created with
63 * <code>reset()</code> is designed to allow the reuse of existing <code>Transformer</code>s
64 * thus saving resources associated with the creation of new <code>Transformer</code>s.</p>
66 * <p>The reset <code>Transformer</code> is not guaranteed to have the same {@link URIResolver}
80 "This Transformer, \"" + this.getClass().getName() + "\", does not support the reset functionality."
90 * <code>Transformer</cod
[all...]

Completed in 29 milliseconds