⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libxml++.h

📁 This library provides a C++ interface to XML files. It uses libxml 2 to access the XML files, and in
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -