textnode.cc

来自「This library provides a C++ interface to」· CC 代码 · 共 23 行

CC
23
字号
/* xml++.cc * 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. */#include <libxml++/nodes/textnode.h>#include <libxml++/exceptions/internal_error.h>#include <libxml/tree.h>namespace xmlpp{  TextNode::TextNode(xmlNode* node): ContentNode(node){}TextNode::~TextNode(){}} //namespace xmlpp

⌨️ 快捷键说明

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