xprint.h

Go to the documentation of this file.
00001 
00032 #ifndef XPRINT_H_ALEIX0303301330
00033 #define XPRINT_H_ALEIX0303301330
00034 
00035 #include "xtree.h"
00036 
00037 #include <stdio.h>
00038 
00039 
00040 /* Prints space indentation. */
00041 void
00042 indent_print(FILE* out, unsigned int indent);
00043 
00044 /* Prints an XML tree into a file. */
00045 void
00046 tree_print(scew_tree const* tree, FILE* out);
00047 
00048 /* Prints an XML element into a file. */
00049 void
00050 element_print(scew_element const* element, FILE* out, unsigned int indent);
00051 
00052 /* Prints an XML attribute pair into a file. */
00053 void
00054 attribute_print(scew_attribute const* attribute, FILE* out);
00055 
00056 #endif /* XPRINT_H_ALEIX0303301330 */

Generated on Mon Jun 5 10:20:43 2006 for Intelligence.kdevelop by  doxygen 1.4.6