You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2009/11/27 20:11:59 UTC

svn commit: r884963 - /xml/commons/trunk/java/external/src/javax/xml/transform/TransformerFactory.java

Author: mrglavas
Date: Fri Nov 27 19:11:59 2009
New Revision: 884963

URL: http://svn.apache.org/viewvc?rev=884963&view=rev
Log:
Javadoc update: In JAXP 1.4 StAXSource is a possible input to the TransformerFactory.

Modified:
    xml/commons/trunk/java/external/src/javax/xml/transform/TransformerFactory.java

Modified: xml/commons/trunk/java/external/src/javax/xml/transform/TransformerFactory.java
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/transform/TransformerFactory.java?rev=884963&r1=884962&r2=884963&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/transform/TransformerFactory.java (original)
+++ xml/commons/trunk/java/external/src/javax/xml/transform/TransformerFactory.java Fri Nov 27 19:11:59 2009
@@ -157,9 +157,10 @@
      * @param source <code>Source </code> of XSLT document used to create
      *   <code>Transformer</code>.
      *   Examples of XML <code>Source</code>s include
-     *   {@link javax.xml.transform.dom.DOMSource DOMSource},
-     *   {@link javax.xml.transform.sax.SAXSource SAXSource}, and
-     *   {@link javax.xml.transform.stream.StreamSource StreamSource}.
+     *   {@link javax.xml.transform.stream.StreamSource StreamSource},
+     *   {@link javax.xml.transform.sax.SAXSource SAXSource},
+     *   {@link javax.xml.transform.dom.DOMSource DOMSource} and
+     *   {@link javax.xml.transform.stax.StAXSource StAXSource}.
      *
      * @return A <code>Transformer</code> object that may be used to perform
      *   a transformation in a single <code>Thread</code>, never