Documentation/Source/eric5.E5XML.HighlightingStylesWriter.html

changeset 603
7f620c649182
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
child 1278
fb0460fd00b9
--- a/Documentation/Source/eric5.E5XML.HighlightingStylesWriter.html	Sun Sep 12 19:36:57 2010 +0200
+++ b/Documentation/Source/eric5.E5XML.HighlightingStylesWriter.html	Sun Sep 12 19:38:36 2010 +0200
@@ -46,7 +46,7 @@
     Class implementing the writer class for writing a highlighting styles XML 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="HighlightingStylesWriter.__init__" ID="HighlightingStylesWriter.__init__"></a>
 <h4>HighlightingStylesWriter (Constructor)</h4>
-<b>HighlightingStylesWriter</b>(<i>file, lexers</i>)
+<b>HighlightingStylesWriter</b>(<i>device, lexers</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>lexers</i></dt>
 <dd>
 list of lexer objects for which to export the styles

eric ide

mercurial