#include <pugixml.hpp>
pugi::xpath_node 的协作图:Public 成员函数 | |
| xml_attribute | attribute () const |
| xml_node | node () const |
| operator unspecified_bool_type () const | |
| bool | operator! () const |
| bool | operator!= (const xpath_node &n) const |
| bool | operator== (const xpath_node &n) const |
| xml_node | parent () const |
| xpath_node () | |
| xpath_node (const xml_attribute &attribute, const xml_node &parent) | |
| xpath_node (const xml_node &node) | |
Private 类型 | |
| typedef void(* | unspecified_bool_type) (xpath_node ***) |
Private 属性 | |
| xml_attribute | _attribute |
| xml_node | _node |
在文件 pugixml.hpp 第 1282 行定义.
|
private |
在文件 pugixml.hpp 第 1288 行定义.
| PUGI__FN pugi::xpath_node::xpath_node | ( | ) |
在文件 pugixml.cpp 第 12148 行定义.
在文件 pugixml.cpp 第 12152 行定义.
| PUGI__FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
| const xml_node & | parent | ||
| ) |
在文件 pugixml.cpp 第 12156 行定义.
| PUGI__FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
在文件 pugixml.cpp 第 12165 行定义.
引用了 _attribute.
在文件 pugixml.cpp 第 12160 行定义.
引用了 _attribute , 以及 _node.
| PUGI__FN pugi::xpath_node::operator xpath_node::unspecified_bool_type | ( | ) | const |
| PUGI__FN bool pugi::xpath_node::operator! | ( | ) | const |
在文件 pugixml.cpp 第 12184 行定义.
引用了 _attribute , 以及 _node.
| PUGI__FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
在文件 pugixml.cpp 第 12194 行定义.
引用了 _attribute , 以及 _node.
| PUGI__FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
在文件 pugixml.cpp 第 12189 行定义.
引用了 _attribute , 以及 _node.
|
private |
在文件 pugixml.hpp 第 1286 行定义.
被这些函数引用 attribute(), node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==() , 以及 parent().
|
private |
在文件 pugixml.hpp 第 1285 行定义.
被这些函数引用 node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==() , 以及 parent().