Main Page | File List | File Members

tree.h

Go to the documentation of this file.
00001 00035 #ifndef TREE_H_ALEIX0302202332 00036 #define TREE_H_ALEIX0302202332 00037 00038 #include "types.h" 00039 00040 #include <expat.h> 00041 00042 #ifdef __cplusplus 00043 extern "C" { 00044 #endif /* __cplusplus */ 00045 00052 extern scew_tree* 00053 scew_tree_create(); 00054 00062 extern void 00063 scew_tree_free(scew_tree* tree); 00064 00070 extern scew_element* 00071 scew_tree_root(scew_tree const* tree); 00072 00078 extern scew_element* 00079 scew_tree_add_root(scew_tree* tree, XML_Char const* name); 00080 00086 extern void 00087 scew_tree_set_xml_version(scew_tree* tree, XML_Char const* version); 00088 00093 extern void 00094 scew_tree_set_xml_encoding(scew_tree* tree, XML_Char const* encoding); 00095 00100 extern void 00101 scew_tree_set_xml_preamble(scew_tree* tree, XML_Char const* preamble); 00102 00112 extern void 00113 scew_tree_set_xml_standalone(scew_tree* tree, int standalone); 00114 00115 #ifdef __cplusplus 00116 } 00117 #endif /* __cplusplus */ 00118 00119 #endif /* TREE_H_ALEIX0302202332 */

Generated on Tue May 25 23:38:29 2004 for Simple C Expat Wrapper by doxygen 1.3.7