libxml++.h
来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· C头文件 代码 · 共 23 行
H
23 行
/* node.h * libxml++ and this file are copyright (C) 2000 by Ari Johnson, and * are covered by the GNU Lesser General Public License, which should be * included with libxml++ as the file COPYING. */#ifndef __LIBXMLCPP_H#define __LIBXMLCPP_H#include <libxml++/exceptions/internal_error.h>#include <libxml++/exceptions/parse_error.h>#include <libxml++/parsers/domparser.h>#include <libxml++/parsers/saxparser.h>#include <libxml++/nodes/node.h>#include <libxml++/nodes/commentnode.h>#include <libxml++/nodes/element.h>#include <libxml++/nodes/entityreference.h>#include <libxml++/nodes/textnode.h>#include <libxml++/attribute.h>#include <libxml++/document.h>#endif //__LIBXMLCPP_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?