Documentation/Source/eric5.E5XML.XMLUtilities.html

changeset 58
37f0444c3479
parent 50
a36eecf45b2e
child 409
0ea528e80202
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.E5XML.XMLUtilities</h1> 23 <h1>eric5.E5XML.XMLUtilities</h1>
24 <p> 24 <p>
25 &#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;. 25 Module implementing various XML utility functions.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
34 </table> 34 </table>
35 <h3>Functions</h3> 35 <h3>Functions</h3>
36 <table> 36 <table>
37 <tr> 37 <tr>
38 <td><a href="#make_parser">make_parser</a></td> 38 <td><a href="#make_parser">make_parser</a></td>
39 <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> 39 <td>Function to generate an XML parser.</td>
40 </tr> 40 </tr>
41 </table> 41 </table>
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="make_parser" ID="make_parser"></a> 43 <a NAME="make_parser" ID="make_parser"></a>
44 <h2>make_parser</h2> 44 <h2>make_parser</h2>
45 <b>make_parser</b>(<i>validating</i>) 45 <b>make_parser</b>(<i>validating</i>)
46 <p> 46 <p>
47 &#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;. 47 Function to generate an XML parser.
48 </p><p> 48 </p><p>
49 &#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; 49 First it will be tried to generate a validating parser. If
50 &#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;. 50 this attempt fails, a non validating parser is tried next.
51 </p><dl> 51 </p><dl>
52 <dt><i>validating</i></dt> 52 <dt><i>validating</i></dt>
53 <dd> 53 <dd>
54 &#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; 54 flag indicating a validating parser is requested
55 </dd> 55 </dd>
56 </dl><dl> 56 </dl><dl>
57 <dt>Returns:</dt> 57 <dt>Returns:</dt>
58 <dd> 58 <dd>
59 &#88;&#77;&#76; &#112;&#97;&#114;&#115;&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116; 59 XML parser object
60 </dd> 60 </dd>
61 </dl> 61 </dl>
62 <div align="right"><a href="#top">Up</a></div> 62 <div align="right"><a href="#top">Up</a></div>
63 <hr /> 63 <hr />
64 </body></html> 64 </body></html>

eric ide

mercurial