xinclude.h

来自「液晶电视完整代码可实现人机界面」· C头文件 代码 · 共 27 行

H
27
字号
/*
 * xinclude.c : API to handle XInclude processing
 *
 * World Wide Web Consortium Working Draft 26 October 2000
 * http://www.w3.org/TR/2000/WD-xinclude-20001026
 *
 * See Copyright for the status of this software.
 *
 * daniel@veillard.com
 */

#ifndef __XML_XINCLUDE_H__
#define __XML_XINCLUDE_H__

#include <libxml/tree.h>

#ifdef __cplusplus
extern "C" {
#endif

int	xmlXIncludeProcess	(xmlDocPtr doc);

#ifdef __cplusplus
}
#endif
#endif /* __XML_XINCLUDE_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?