25 #ifndef OSCAP_TEXT_PRIV_H_
26 #define OSCAP_TEXT_PRIV_H_
30 #include <libxml/xmlreader.h>
31 #include <libxml/xmlwriter.h>
73 xmlNode *oscap_text_to_dom(
struct oscap_text *text, xmlNode *parent,
const char *elname);
74 bool oscap_text_export(
struct oscap_text *text, xmlTextWriter *writer,
const char *elname);
75 bool oscap_textlist_export(
struct oscap_text_iterator *texts, xmlTextWriter *writer,
const char *elname);