venu 2003/09/23 07:04:31
Modified: java/src/org/w3c/dom/ls Tag: jaxp-1_3_0-branch
DOMImplementationLS.java
Log:
Description : checking in patch submitted by [EMAIL PROTECTED]
Revision Changes Path
No revision
No revision
1.6.2.1 +8 -0 xml-xerces/java/src/org/w3c/dom/ls/DOMImplementationLS.java
Index: DOMImplementationLS.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/w3c/dom/ls/DOMImplementationLS.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- DOMImplementationLS.java 30 Jul 2003 13:38:53 -0000 1.6
+++ DOMImplementationLS.java 23 Sep 2003 14:04:30 -0000 1.6.2.1
@@ -105,4 +105,12 @@
*/
public DOMInput createDOMInput();
+
+ /* TODO: Real wording should be collected from W3C next LS
+ * Create a new empty output source.
+ * @return The newly created output object.
+ * - Gopal Sharma
+ */
+ public DOMOutput createDOMOutput();
+
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]