import source from 1.3.40
[external/swig.git] / Examples / xml / example_const.expected-xml
1 <swigxml:swig name="namespaces" xmlns:swigxml="http://jniplusplus.sourceforge.net" xmlns:swig="http://swig.sourceforge.net" xmlns:c="http://www.ansi.org" >
2   <swig:top >
3     <swigxml:child >
4       <swig:file name="../../Lib/swig.swg" >
5         <swigxml:type string="include"  />
6       </swig:file>
7       <swig:file name="example_const.i" >
8         <swigxml:child >
9           <swig:module name="example"  />
10           <swig:constant name="ICONST" >
11             <swigxml:value string="42"  />
12             <swigxml:type string="int"  />
13           </swig:constant>
14           <swig:constant name="FCONST" >
15             <swigxml:value string="2.1828"  />
16             <swigxml:type string="double"  />
17           </swig:constant>
18           <swig:constant name="CCONST" >
19             <swigxml:value string="x"  />
20             <swigxml:type string="char"  />
21           </swig:constant>
22           <swig:constant name="CCONST2" >
23             <swigxml:value string="\n"  />
24             <swigxml:type string="char"  />
25           </swig:constant>
26           <swig:constant name="SCONST" >
27             <swigxml:value string="Hello World"  />
28             <swigxml:type string="p.char"  />
29           </swig:constant>
30           <swig:constant name="SCONST2" >
31             <swigxml:value string="\&quot;Hello World\&quot;"  />
32             <swigxml:type string="p.char"  />
33           </swig:constant>
34           <swig:constant name="EXPR" >
35             <swigxml:value string="42+3*(2.1828)"  />
36             <swigxml:type string="double"  />
37           </swig:constant>
38           <c:variable name="iconst" >
39             <swigxml:value string="37"  />
40             <swigxml:type string="q(const).int"  />
41           </c:variable>
42           <c:variable name="fconst" >
43             <swigxml:value string="3.14"  />
44             <swigxml:type string="q(const).double"  />
45           </c:variable>
46         </swigxml:child>
47         <swigxml:type string="include"  />
48       </swig:file>
49     </swigxml:child>
50   </swig:top>
51 </swigxml:swig>