diff options
author | wawaka <wawaka@yandex-team.ru> | 2022-02-10 16:47:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:48 +0300 |
commit | 76cdacbb1f8f9a6a7059a9c2ec73b06431cb6fc2 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/libxml/save.h | |
parent | ed524783c88c81047033c5d6e5543db3a2251ad5 (diff) | |
download | ydb-76cdacbb1f8f9a6a7059a9c2ec73b06431cb6fc2.tar.gz |
Restoring authorship annotation for <wawaka@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libxml/save.h')
-rw-r--r-- | contrib/libs/libxml/save.h | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/contrib/libs/libxml/save.h b/contrib/libs/libxml/save.h index 1a2453ca84..192b674133 100644 --- a/contrib/libs/libxml/save.h +++ b/contrib/libs/libxml/save.h @@ -1,36 +1,36 @@ -/* - * Summary: Internal Interfaces for saving in libxml2 - * Description: this module describes a few interfaces which were +/* + * Summary: Internal Interfaces for saving in libxml2 + * Description: this module describes a few interfaces which were * added along with the API changes in 2.9.0 - * those are private routines at this point - * - * Copy: See Copyright for the status of this software. - * - * Author: Daniel Veillard - */ - -#ifndef __XML_SAVE_H__ -#define __XML_SAVE_H__ - -#include <libxml/tree.h> - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef LIBXML_OUTPUT_ENABLED -void xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc, - xmlAttrPtr attr, const xmlChar * string); -void xmlBufDumpNotationTable(xmlBufPtr buf, xmlNotationTablePtr table); -void xmlBufDumpElementDecl(xmlBufPtr buf, xmlElementPtr elem); -void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr); -void xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent); -#endif - + * those are private routines at this point + * + * Copy: See Copyright for the status of this software. + * + * Author: Daniel Veillard + */ + +#ifndef __XML_SAVE_H__ +#define __XML_SAVE_H__ + +#include <libxml/tree.h> + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef LIBXML_OUTPUT_ENABLED +void xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc, + xmlAttrPtr attr, const xmlChar * string); +void xmlBufDumpNotationTable(xmlBufPtr buf, xmlNotationTablePtr table); +void xmlBufDumpElementDecl(xmlBufPtr buf, xmlElementPtr elem); +void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr); +void xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent); +#endif + xmlChar *xmlEncodeAttributeEntities(xmlDocPtr doc, const xmlChar *input); -#ifdef __cplusplus -} -#endif -#endif /* __XML_SAVE_H__ */ - +#ifdef __cplusplus +} +#endif +#endif /* __XML_SAVE_H__ */ + |