src/java.xml/share/classes/javax/xml/transform/stax/StAXResult.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    36  * <code>StAXResult</code> can be used in all cases that accept
    36  * <code>StAXResult</code> can be used in all cases that accept
    37  * a <code>Result</code>, e.g. {@link javax.xml.transform.Transformer},
    37  * a <code>Result</code>, e.g. {@link javax.xml.transform.Transformer},
    38  * {@link javax.xml.validation.Validator} which accept
    38  * {@link javax.xml.validation.Validator} which accept
    39  * <code>Result</code> as input.
    39  * <code>Result</code> as input.
    40  *
    40  *
    41  * @author <a href="mailto:Neeraj.Bajaj@Sun.com">Neeraj Bajaj</a>
    41  * @author Neeraj Bajaj
    42  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    42  * @author Jeff Suttor
    43  *
    43  *
    44  * @see <a href="http://jcp.org/en/jsr/detail?id=173">
    44  * @see <a href="http://jcp.org/en/jsr/detail?id=173">
    45  *  JSR 173: Streaming API for XML</a>
    45  *  JSR 173: Streaming API for XML</a>
    46  * @see XMLStreamWriter
    46  * @see XMLStreamWriter
    47  * @see XMLEventWriter
    47  * @see XMLEventWriter