Documentation/Source/eric5.E5XML.HighlightingStylesWriter.html

changeset 58
37f0444c3479
parent 50
a36eecf45b2e
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.E5XML.HighlightingStylesWriter.html
--- a/Documentation/Source/eric5.E5XML.HighlightingStylesWriter.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.E5XML.HighlightingStylesWriter.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.E5XML.HighlightingStylesWriter</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; w&#114;&#105;&#116;&#101;&#114; &#99;&#108;&#97;&#115;&#115; &#102;&#111;&#114; w&#114;&#105;&#116;&#105;&#110;&#103; &#97; &#104;&#105;&#103;&#104;&#108;&#105;&#103;&#104;&#116;&#105;&#110;&#103; &#115;&#116;y&#108;&#101;&#115; &#88;&#77;&#76; &#102;&#105;&#108;&#101;.
+Module implementing the writer class for writing a highlighting styles XML file.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#HighlightingStylesWriter">HighlightingStylesWriter</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; w&#114;&#105;&#116;&#101;&#114; &#99;&#108;&#97;&#115;&#115; &#102;&#111;&#114; w&#114;&#105;&#116;&#105;&#110;&#103; &#97; &#104;&#105;&#103;&#104;&#108;&#105;&#103;&#104;&#116;&#105;&#110;&#103; &#115;&#116;y&#108;&#101;&#115; &#88;&#77;&#76; &#102;&#105;&#108;&#101;.</td>
+<td>Class implementing the writer class for writing a highlighting styles XML file.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,7 +43,7 @@
 <a NAME="HighlightingStylesWriter" ID="HighlightingStylesWriter"></a>
 <h2>HighlightingStylesWriter</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; w&#114;&#105;&#116;&#101;&#114; &#99;&#108;&#97;&#115;&#115; &#102;&#111;&#114; w&#114;&#105;&#116;&#105;&#110;&#103; &#97; &#104;&#105;&#103;&#104;&#108;&#105;&#103;&#104;&#116;&#105;&#110;&#103; &#115;&#116;y&#108;&#101;&#115; &#88;&#77;&#76; &#102;&#105;&#108;&#101;.
+    Class implementing the writer class for writing a highlighting styles XML file.
 </p>
 <h3>Derived from</h3>
 XMLWriterBase
@@ -55,30 +55,30 @@
 <table>
 <tr>
 <td><a href="#HighlightingStylesWriter.__init__">HighlightingStylesWriter</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#HighlightingStylesWriter.writeXML">writeXML</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#116;&#104;&#101; &#88;&#77;&#76; &#116;&#111; &#116;&#104;&#101; &#102;&#105;&#108;&#101;.</td>
+<td>Public method to write the XML to the file.</td>
 </tr>
 </table>
 <a NAME="HighlightingStylesWriter.__init__" ID="HighlightingStylesWriter.__init__"></a>
 <h4>HighlightingStylesWriter (Constructor)</h4>
 <b>HighlightingStylesWriter</b>(<i>file, lexers</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>file</i></dt>
 <dd>
-&#111;&#112;&#101;&#110; &#102;&#105;&#108;&#101; (&#108;&#105;&#107;&#101;) &#111;&#98;&#106;&#101;&#99;&#116; &#102;&#111;&#114; w&#114;&#105;&#116;&#105;&#110;&#103;
+open file (like) object for writing
 </dd><dt><i>lexers</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#108;&#101;x&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116;&#115; &#102;&#111;&#114; w&#104;&#105;&#99;&#104; &#116;&#111; &#101;x&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#115;&#116;y&#108;&#101;&#115;
+list of lexer objects for which to export the styles
 </dd>
 </dl><a NAME="HighlightingStylesWriter.writeXML" ID="HighlightingStylesWriter.writeXML"></a>
 <h4>HighlightingStylesWriter.writeXML</h4>
 <b>writeXML</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#116;&#104;&#101; &#88;&#77;&#76; &#116;&#111; &#116;&#104;&#101; &#102;&#105;&#108;&#101;.
+        Public method to write the XML to the file.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial