Documentation/Source/eric5.E5XML.XMLUtilities.html

changeset 609
463fc2891cbf
parent 608
d8fea1e76975
child 613
5a6ee2af8ec0
equal deleted inserted replaced
608:d8fea1e76975 609:463fc2891cbf
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.E5XML.XMLUtilities</title>
6 <style>
7 body {
8 background: #EDECE6;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #85774A; }
14 h2 { color: white; background: #85774A; }
15 h3 { color: white; background: #9D936E; }
16 h4 { color: white; background: #9D936E; }
17
18 a { color: #BA6D36; }
19
20 </style>
21 </head>
22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.E5XML.XMLUtilities</h1>
24 <p>
25 Module implementing various XML utility functions.
26 </p>
27 <h3>Global Attributes</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31 <h3>Classes</h3>
32 <table>
33 <tr><td>None</td></tr>
34 </table>
35 <h3>Functions</h3>
36 <table>
37 <tr>
38 <td><a href="#make_parser">make_parser</a></td>
39 <td>Function to generate an XML parser.</td>
40 </tr>
41 </table>
42 <hr /><hr />
43 <a NAME="make_parser" ID="make_parser"></a>
44 <h2>make_parser</h2>
45 <b>make_parser</b>(<i>validating</i>)
46 <p>
47 Function to generate an XML parser.
48 </p><p>
49 First it will be tried to generate a validating parser. If
50 this attempt fails, a non validating parser is tried next.
51 </p><dl>
52 <dt><i>validating</i></dt>
53 <dd>
54 flag indicating a validating parser is requested
55 </dd>
56 </dl><dl>
57 <dt>Returns:</dt>
58 <dd>
59 XML parser object
60 </dd>
61 </dl>
62 <div align="right"><a href="#top">Up</a></div>
63 <hr />
64 </body></html>

eric ide

mercurial