curcuru 01/09/13 11:32:41
Modified: java/src/javax/xml/transform TransformerFactory.java
java/src/org/apache/xml/dtm DTMManager.java
Log:
Fix Bugzilla 3423: documentation updates for proper class, property names
(one of two checkins)
PR:3423
Submitted by:[EMAIL PROTECTED]
Revision Changes Path
1.16 +4 -4
xml-xalan/java/src/javax/xml/transform/TransformerFactory.java
Index: TransformerFactory.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/javax/xml/transform/TransformerFactory.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- TransformerFactory.java 2001/05/15 21:18:32 1.15
+++ TransformerFactory.java 2001/09/13 18:32:41 1.16
@@ -55,7 +55,7 @@
* <http://www.apache.org/>.
*/
/**
- * $Id: TransformerFactory.java,v 1.15 2001/05/15 21:18:32 costin Exp $
+ * $Id: TransformerFactory.java,v 1.16 2001/09/13 18:32:41 curcuru Exp $
*/
package javax.xml.transform;
@@ -98,7 +98,7 @@
* load:
* <ul>
* <li>
- * Use the <code>javax.xml.parsers.DocumentBuilderFactory</code> system
+ * Use the <code>javax.xml.transform.TransformerFactory</code> system
* property.
* </li>
* <li>
@@ -108,10 +108,10 @@
* system property defined above.
* </li>
* <li>
- * Use the Services API (as detailed in teh JAR specification), if
+ * Use the Services API (as detailed in the JAR specification), if
* available, to determine the classname. The Services API will look
* for a classname in the file
- * <code>META-INF/services/javax.xml.parsers.TransformerFactory</code>
+ * <code>META-INF/services/javax.xml.transform.TransformerFactory</code>
* in jars available to the runtime.
* </li>
* <li>
1.7 +5 -4 xml-xalan/java/src/org/apache/xml/dtm/DTMManager.java
Index: DTMManager.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/dtm/DTMManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DTMManager.java 2001/08/12 18:06:57 1.6
+++ DTMManager.java 2001/09/13 18:32:41 1.7
@@ -141,7 +141,7 @@
* load:
* <ul>
* <li>
- * Use the <code>javax.xml.parsers.DocumentBuilderFactory</code> system
+ * Use the <code>org.apache.xml.dtm.DTMManager</code> system
* property.
* </li>
* <li>
@@ -151,14 +151,15 @@
* system property defined above.
* </li>
* <li>
- * Use the Services API (as detailed in teh JAR specification), if
+ * Use the Services API (as detailed in the JAR specification), if
* available, to determine the classname. The Services API will look
* for a classname in the file
* <code>META-INF/services/javax.xml.parsers.DTMManager</code>
* in jars available to the runtime.
* </li>
* <li>
- * Platform default <code>DTMManager</code> instance.
+ * Use the default <code>DTMManager</code> classname, which is
+ * <code>org.apache.xml.dtm.ref.DTMManagerDefault</code>.
* </li>
* </ul>
*
@@ -169,7 +170,7 @@
* @return new DTMManager instance, never null.
*
* @throws DTMConfigurationException
- * if the implmentation is not available or cannot be instantiated.
+ * if the implementation is not available or cannot be instantiated.
*/
public static DTMManager newInstance(XMLStringFactory xsf)
throws DTMConfigurationException
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]