HDK
|
#include <pugixml.hpp>
Public Member Functions | |
xpath_node () | |
xpath_node (const xml_node &node) | |
xpath_node (const xml_attribute &attribute, const xml_node &parent) | |
xml_node | node () const |
xml_attribute | attribute () const |
xml_node | parent () const |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator== (const xpath_node &n) const |
bool | operator!= (const xpath_node &n) const |
xpath_node () | |
xpath_node (const xml_node &node) | |
xpath_node (const xml_attribute &attribute, const xml_node &parent) | |
xml_node | node () const |
xml_attribute | attribute () const |
xml_node | parent () const |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator== (const xpath_node &n) const |
bool | operator!= (const xpath_node &n) const |
Definition at line 1277 of file pugixml.hpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | ) |
Definition at line 11835 of file pugixml.cpp.
Definition at line 11839 of file pugixml.cpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
const xml_node & | parent | ||
) |
Definition at line 11843 of file pugixml.cpp.
pugi::xpath_node::xpath_node | ( | ) |
pugi::xpath_node::xpath_node | ( | const xml_node & | node | ) |
pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
const xml_node & | parent | ||
) |
xml_attribute pugi::xpath_node::attribute | ( | ) | const |
PUGI__FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
Definition at line 11852 of file pugixml.cpp.
xml_node pugi::xpath_node::node | ( | ) | const |
Definition at line 11847 of file pugixml.cpp.
pugi::xpath_node::operator unspecified_bool_type | ( | ) | const |
pugi::xpath_node::operator unspecified_bool_type | ( | ) | const |
bool pugi::xpath_node::operator! | ( | ) | const |
Definition at line 11871 of file pugixml.cpp.
bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
PUGI__FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
Definition at line 11881 of file pugixml.cpp.
bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
PUGI__FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
Definition at line 11876 of file pugixml.cpp.
xml_node pugi::xpath_node::parent | ( | ) | const |
Definition at line 11857 of file pugixml.cpp.