--- a/Documentation/Source/eric5.E5XML.SessionWriter.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.E5XML.SessionWriter.html Thu Jan 14 18:35:52 2010 +0000 @@ -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 project 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 project session file.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <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 project session file. </p> <h3>Derived from</h3> XMLWriterBase @@ -55,31 +55,31 @@ <table> <tr> <td><a href="#SessionWriter.__init__">SessionWriter</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#SessionWriter.writeXML">writeXML</a></td> -<td>Public method to write the XML to the file.</td> +<td>Public method to write the XML to the file.</td> </tr> </table> <a NAME="SessionWriter.__init__" ID="SessionWriter.__init__"></a> <h4>SessionWriter (Constructor)</h4> <b>SessionWriter</b>(<i>file, projectName</i>) <p> - Constructor + Constructor </p><dl> <dt><i>file</i></dt> <dd> -open file (like) object for writing +open file (like) object for writing </dd><dt><i>projectName</i></dt> <dd> -name of the project (string) or None for the - global session +name of the project (string) or None for the + global session </dd> </dl><a NAME="SessionWriter.writeXML" ID="SessionWriter.writeXML"></a> <h4>SessionWriter.writeXML</h4> <b>writeXML</b>(<i></i>) <p> - Public method to write the XML to the file. + Public method to write the XML to the file. </p> <div align="right"><a href="#top">Up</a></div> <hr />