|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.E4XML.XMLUtilities</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.E4XML.XMLUtilities</h1> |
|
12 <p> |
|
13 Module implementing various XML utility functions. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr><td>None</td></tr> |
|
22 </table> |
|
23 <h3>Functions</h3> |
|
24 <table> |
|
25 <tr> |
|
26 <td><a href="#make_parser">make_parser</a></td> |
|
27 <td>Function to generate an XML parser.</td> |
|
28 </tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="make_parser" ID="make_parser"></a> |
|
32 <h2>make_parser</h2> |
|
33 <b>make_parser</b>(<i>validating</i>) |
|
34 <p> |
|
35 Function to generate an XML parser. |
|
36 </p><p> |
|
37 First it will be tried to generate a validating parser. If |
|
38 this attempt fails, a non validating parser is tried next. |
|
39 </p><dl> |
|
40 <dt><i>validating</i></dt> |
|
41 <dd> |
|
42 flag indicating a validating parser is requested |
|
43 </dd> |
|
44 </dl><dl> |
|
45 <dt>Returns:</dt> |
|
46 <dd> |
|
47 XML parser object |
|
48 </dd> |
|
49 </dl> |
|
50 <div align="right"><a href="#top">Up</a></div> |
|
51 <hr /> |
|
52 </body></html> |