jaxp/src/javax/xml/transform/dom/DOMResult.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    33  *
    33  *
    34  * <p>If no output DOM source is set, the transformation will create a Document node as the holder for the result of the transformation,
    34  * <p>If no output DOM source is set, the transformation will create a Document node as the holder for the result of the transformation,
    35  * which may be retrieved with {@link #getNode()}.</p>
    35  * which may be retrieved with {@link #getNode()}.</p>
    36  *
    36  *
    37  * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a>
    37  * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a>
       
    38  * @since 1.4
    38  */
    39  */
    39 public class DOMResult implements Result {
    40 public class DOMResult implements Result {
    40 
    41 
    41     /** <p>If {@link javax.xml.transform.TransformerFactory#getFeature}
    42     /** <p>If {@link javax.xml.transform.TransformerFactory#getFeature}
    42      * returns <code>true</code> when passed this value as an argument,
    43      * returns <code>true</code> when passed this value as an argument,