Documentation/Source/eric5.E5XML.TemplatesWriter.html

changeset 603
7f620c649182
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
child 1278
fb0460fd00b9
--- a/Documentation/Source/eric5.E5XML.TemplatesWriter.html	Sun Sep 12 19:36:57 2010 +0200
+++ b/Documentation/Source/eric5.E5XML.TemplatesWriter.html	Sun Sep 12 19:38:36 2010 +0200
@@ -46,7 +46,7 @@
     Class implementing the writer class for writing an XML templates file.
 </p>
 <h3>Derived from</h3>
-XMLWriterBase
+XMLStreamWriterBase
 <h3>Class Attributes</h3>
 <table>
 <tr><td>None</td></tr>
@@ -63,13 +63,16 @@
 </table>
 <a NAME="TemplatesWriter.__init__" ID="TemplatesWriter.__init__"></a>
 <h4>TemplatesWriter (Constructor)</h4>
-<b>TemplatesWriter</b>(<i>file, templatesViewer</i>)
+<b>TemplatesWriter</b>(<i>device, templatesViewer</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>templatesViewer</i></dt>
+<dd>
+reference to the templates viewer object (TemplateViewer)
 </dd>
 </dl><a NAME="TemplatesWriter.writeXML" ID="TemplatesWriter.writeXML"></a>
 <h4>TemplatesWriter.writeXML</h4>

eric ide

mercurial