Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

xml_handling.h

Go to the documentation of this file.
00001 
00010 /* {{{ Initial headers */
00011 /*
00012  * $LastChangedDate: 2003-11-27 01:55:17 +0100 (Thu, 27 Nov 2003) $
00013  * $LastChangedRevision: 5 $
00014  * $LastChangedBy: ckruse $
00015  *
00016  */
00017 /* }}} */
00018 
00019 #ifndef __XML_HANDLING_ROUTINES_H
00020 #define __XML_HANDLING_ROUTINES_H
00021 
00028 u_char *get_node_value(GdomeNode *n);
00029 
00037 GdomeDocument *xml_create_doc(GdomeDOMImplementation *impl,const u_char *dtd_uri);
00038 
00046 GdomeElement *xml_create_element(GdomeDocument *doc,const u_char *name);
00047 
00054 void xml_set_attribute(GdomeElement *el,const u_char *name,const u_char *val);
00055 
00062 void xml_set_value(GdomeDocument *doc,GdomeElement *el,const u_char *value);
00063 
00073 t_posting *stringify_posting(GdomeDocument *doc1,GdomeElement *t1,GdomeDocument *doc2,GdomeElement *t2,t_posting *p);
00074 
00080 void stringify_thread_and_write_to_disk(GdomeDocument *doc1,t_thread *t);
00081 
00082 #endif
00083 
00084 /* eof */

Generated on Sun Apr 25 16:37:39 2004 for Classic Forum by doxygen 1.3.5