VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/save.h@ 102315

最後變更 在這個檔案從102315是 95312,由 vboxsync 提交於 2 年 前

libs/{curl,libxml2}: OSE export fixes, bugref:8515

  • 屬性 svn:eol-style 設為 native
檔案大小: 1018 位元組
 
1/*
2 * Summary: Internal Interfaces for saving in libxml2
3 * Description: this module describes a few interfaces which were
4 * added along with the API changes in 2.9.0
5 * those are private routines at this point
6 *
7 * Copy: See Copyright for the status of this software.
8 *
9 * Author: Daniel Veillard
10 */
11
12#ifndef __XML_SAVE_H__
13#define __XML_SAVE_H__
14
15#include <libxml/tree.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21#ifdef LIBXML_OUTPUT_ENABLED
22void xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc,
23 xmlAttrPtr attr, const xmlChar * string);
24void xmlBufDumpNotationTable(xmlBufPtr buf, xmlNotationTablePtr table);
25void xmlBufDumpElementDecl(xmlBufPtr buf, xmlElementPtr elem);
26void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr);
27void xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent);
28#endif
29
30xmlChar *xmlEncodeAttributeEntities(xmlDocPtr doc, const xmlChar *input);
31
32#ifdef __cplusplus
33}
34#endif
35#endif /* __XML_SAVE_H__ */
36
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette