00001
00032 #ifndef XPRINT_H_ALEIX0303301330
00033 #define XPRINT_H_ALEIX0303301330
00034
00035 #include "xtree.h"
00036
00037 #include <stdio.h>
00038
00039
00040
00041 void
00042 indent_print(FILE* out, unsigned int indent);
00043
00044
00045 void
00046 tree_print(scew_tree const* tree, FILE* out);
00047
00048
00049 void
00050 element_print(scew_element const* element, FILE* out, unsigned int indent);
00051
00052
00053 void
00054 attribute_print(scew_attribute const* attribute, FILE* out);
00055
00056 #endif