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 |
Definition at line 1325 of file pugixml.hpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | ) |
Definition at line 12194 of file pugixml.cpp.
Definition at line 12198 of file pugixml.cpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
const xml_node & | parent | ||
) |
Definition at line 12202 of file pugixml.cpp.
PUGI__FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
Definition at line 12211 of file pugixml.cpp.
Definition at line 12206 of file pugixml.cpp.
pugi::xpath_node::operator unspecified_bool_type | ( | ) | const |
Definition at line 12230 of file pugixml.cpp.
PUGI__FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
Definition at line 12240 of file pugixml.cpp.
PUGI__FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
Definition at line 12235 of file pugixml.cpp.
Definition at line 12216 of file pugixml.cpp.