< prev index next >

src/java.xml/share/classes/javax/xml/transform/stream/StreamResult.java

Print this page

        

*** 34,44 **** /** * <p>Acts as an holder for a transformation result, * which may be XML, plain Text, HTML, or some other form of markup.</p> * ! * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a> * @since 1.4 */ public class StreamResult implements Result { /** If {@link javax.xml.transform.TransformerFactory#getFeature} --- 34,44 ---- /** * <p>Acts as an holder for a transformation result, * which may be XML, plain Text, HTML, or some other form of markup.</p> * ! * @author Jeff Suttor * @since 1.4 */ public class StreamResult implements Result { /** If {@link javax.xml.transform.TransformerFactory#getFeature}
< prev index next >