< prev index next >

src/java.xml/share/classes/javax/xml/transform/stax/StAXResult.java

Print this page

        

*** 36,47 **** * <code>StAXResult</code> can be used in all cases that accept * a <code>Result</code>, e.g. {@link javax.xml.transform.Transformer}, * {@link javax.xml.validation.Validator} which accept * <code>Result</code> as input. * ! * @author <a href="mailto:Neeraj.Bajaj@Sun.com">Neeraj Bajaj</a> ! * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> * * @see <a href="http://jcp.org/en/jsr/detail?id=173"> * JSR 173: Streaming API for XML</a> * @see XMLStreamWriter * @see XMLEventWriter --- 36,47 ---- * <code>StAXResult</code> can be used in all cases that accept * a <code>Result</code>, e.g. {@link javax.xml.transform.Transformer}, * {@link javax.xml.validation.Validator} which accept * <code>Result</code> as input. * ! * @author Neeraj Bajaj ! * @author Jeff Suttor * * @see <a href="http://jcp.org/en/jsr/detail?id=173"> * JSR 173: Streaming API for XML</a> * @see XMLStreamWriter * @see XMLEventWriter
< prev index next >