#include <pugixml.hpp>
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 第 1276 行定义.
|
private |
在文件 pugixml.hpp 第 1282 行定义.
PUGI__FN pugi::xpath_node::xpath_node | ( | ) |
在文件 pugixml.cpp 第 11953 行定义.
在文件 pugixml.cpp 第 11957 行定义.
PUGI__FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
const xml_node & | parent ) |
在文件 pugixml.cpp 第 11961 行定义.
PUGI__FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
在文件 pugixml.cpp 第 11970 行定义.
引用了 _attribute.
在文件 pugixml.cpp 第 11965 行定义.
引用了 _attribute , 以及 _node.
PUGI__FN pugi::xpath_node::operator xpath_node::unspecified_bool_type | ( | ) | const |
PUGI__FN bool pugi::xpath_node::operator! | ( | ) | const |
在文件 pugixml.cpp 第 11989 行定义.
引用了 _attribute , 以及 _node.
PUGI__FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
在文件 pugixml.cpp 第 11999 行定义.
引用了 _attribute , 以及 _node.
PUGI__FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
在文件 pugixml.cpp 第 11994 行定义.
引用了 _attribute , 以及 _node.
|
private |
在文件 pugixml.hpp 第 1280 行定义.
被这些函数引用 attribute(), node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==() , 以及 parent().
|
private |
在文件 pugixml.hpp 第 1279 行定义.
被这些函数引用 node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==() , 以及 parent().