diff options
Diffstat (limited to 'Examples/xml/error.expected-xml')
| -rw-r--r-- | Examples/xml/error.expected-xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Examples/xml/error.expected-xml b/Examples/xml/error.expected-xml new file mode 100644 index 0000000..6b1a316 --- /dev/null +++ b/Examples/xml/error.expected-xml @@ -0,0 +1,24 @@ +<swigxml:swig name="namespaces" xmlns:swigxml="http://jniplusplus.sourceforge.net" xmlns:swig="http://swig.sourceforge.net" xmlns:c="http://www.ansi.org" > + <swig:top > + <swigxml:child > + <swig:file name="../../Lib/swig.swg" > + <swigxml:type string="include" /> + </swig:file> + <swig:file name="error.i" > + <swigxml:child > + <swig:module name="error" /> + <c:enum > + <swigxml:child > + <c:enumvalue name="RED" > + <swigxml:value string="RED" /> + </c:enumvalue> + <c:enumvalue name="GREEN" /> + <c:enumvalue name="BLUE" /> + </swigxml:child> + </c:enum> + </swigxml:child> + <swigxml:type string="include" /> + </swig:file> + </swigxml:child> + </swig:top> +</swigxml:swig> |
