Documentation/Source/eric5.E5XML.XMLUtilities.html

changeset 58
37f0444c3479
parent 50
a36eecf45b2e
child 409
0ea528e80202
--- a/Documentation/Source/eric5.E5XML.XMLUtilities.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.E5XML.XMLUtilities.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.E5XML.XMLUtilities</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; v&#97;&#114;&#105;&#111;&#117;&#115; &#88;&#77;&#76; &#117;&#116;&#105;&#108;&#105;&#116;y &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#115;.
+Module implementing various XML utility functions.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -36,7 +36,7 @@
 <table>
 <tr>
 <td><a href="#make_parser">make_parser</a></td>
-<td>&#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#97;&#110; &#88;&#77;&#76; &#112;&#97;&#114;&#115;&#101;&#114;.</td>
+<td>Function to generate an XML parser.</td>
 </tr>
 </table>
 <hr /><hr />
@@ -44,19 +44,19 @@
 <h2>make_parser</h2>
 <b>make_parser</b>(<i>validating</i>)
 <p>
-    &#70;&#117;&#110;&#99;&#116;&#105;&#111;&#110; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#97;&#110; &#88;&#77;&#76; &#112;&#97;&#114;&#115;&#101;&#114;.
+    Function to generate an XML parser.
 </p><p>
-    &#70;&#105;&#114;&#115;&#116; &#105;&#116; w&#105;&#108;&#108; &#98;&#101; &#116;&#114;&#105;&#101;&#100; &#116;&#111; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101; &#97; v&#97;&#108;&#105;&#100;&#97;&#116;&#105;&#110;&#103; &#112;&#97;&#114;&#115;&#101;&#114;. &#73;&#102;
-    &#116;&#104;&#105;&#115; &#97;&#116;&#116;&#101;&#109;&#112;&#116; &#102;&#97;&#105;&#108;&#115;, &#97; &#110;&#111;&#110; v&#97;&#108;&#105;&#100;&#97;&#116;&#105;&#110;&#103; &#112;&#97;&#114;&#115;&#101;&#114; &#105;&#115; &#116;&#114;&#105;&#101;&#100; &#110;&#101;x&#116;.
+    First it will be tried to generate a validating parser. If
+    this attempt fails, a non validating parser is tried next.
 </p><dl>
 <dt><i>validating</i></dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#97; v&#97;&#108;&#105;&#100;&#97;&#116;&#105;&#110;&#103; &#112;&#97;&#114;&#115;&#101;&#114; &#105;&#115; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100;
+flag indicating a validating parser is requested
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#88;&#77;&#76; &#112;&#97;&#114;&#115;&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116;
+XML parser object
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial