You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2008/06/02 03:40:23 UTC

svn commit: r662305 - /xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml

Author: cam
Date: Sun Jun  1 18:40:23 2008
New Revision: 662305

URL: http://svn.apache.org/viewvc?rev=662305&view=rev
Log:
Mention printNode.

Modified:
    xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml

Modified: xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml?rev=662305&r1=662304&r2=662305&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml (original)
+++ xmlgraphics/batik/trunk/documentation-sources/content/xdocs/status.xml Sun Jun  1 18:40:23 2008
@@ -3121,6 +3121,12 @@
             <code>clearTimeout</code> call.
           </p>
         </func>
+        <func name="printNode" params="node">
+          <p>
+            Returns a string that is the serialization of the given DOM
+            node.
+          </p>
+        </func>
         <func name="parseXML" params="text, document">
           <p>
             Parses and returns a <code>DocumentFragment</code> object.