src/javax/xml/transform/stream/StreamSource.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 37,46 **** --- 37,47 ---- * * <p><em>Note:</em> Due to their internal use of either a {@link Reader} or {@link InputStream} instance, * <code>StreamSource</code> instances may only be used once.</p> * * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a> + * @since 1.4 */ public class StreamSource implements Source { /** If {@link javax.xml.transform.TransformerFactory#getFeature} * returns true when passed this value as an argument,