Documentation/Source/eric5.E5XML.SessionWriter.html

changeset 603
7f620c649182
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
child 1278
fb0460fd00b9
--- a/Documentation/Source/eric5.E5XML.SessionWriter.html	Sun Sep 12 19:36:57 2010 +0200
+++ b/Documentation/Source/eric5.E5XML.SessionWriter.html	Sun Sep 12 19:38:36 2010 +0200
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.E5XML.SessionWriter</h1>
 <p>
-Module implementing the writer class for writing an XML project session file.
+Module implementing the writer class for writing an XML session file.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#SessionWriter">SessionWriter</a></td>
-<td>Class implementing the writer class for writing an XML project session file.</td>
+<td>Class implementing the writer class for writing an XML session file.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,10 +43,10 @@
 <a NAME="SessionWriter" ID="SessionWriter"></a>
 <h2>SessionWriter</h2>
 <p>
-    Class implementing the writer class for writing an XML project session file.
+    Class implementing the writer class for writing an XML session file.
 </p>
 <h3>Derived from</h3>
-XMLWriterBase
+XMLStreamWriterBase
 <h3>Class Attributes</h3>
 <table>
 <tr><td>None</td></tr>
@@ -63,13 +63,13 @@
 </table>
 <a NAME="SessionWriter.__init__" ID="SessionWriter.__init__"></a>
 <h4>SessionWriter (Constructor)</h4>
-<b>SessionWriter</b>(<i>file, projectName</i>)
+<b>SessionWriter</b>(<i>device, projectName</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>file</i></dt>
+<dt><i>device</i></dt>
 <dd>
-open file (like) object for writing
+reference to the I/O device to write to (QIODevice)
 </dd><dt><i>projectName</i></dt>
 <dd>
 name of the project (string) or None for the

eric ide

mercurial