summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/src/include/private/save.h
blob: ec970851f75620c2d3ef032cd7cab66902faf4b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef XML_SAVE_H_PRIVATE__
#define XML_SAVE_H_PRIVATE__

#include <libxml/tree.h>
#include <libxml/xmlversion.h>

#ifdef LIBXML_OUTPUT_ENABLED

void xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc,
                                   xmlAttrPtr attr, const xmlChar * string);
void xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur);

#endif /* LIBXML_OUTPUT_ENABLED */

#endif /* XML_SAVE_H_PRIVATE__ */