OpenCPN Partial API docs
|
Public Member Functions | |
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 1371 of file pugixml.hpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | ) |
Definition at line 11393 of file pugixml.cpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | const xml_node & | node | ) |
Definition at line 11395 of file pugixml.cpp.
PUGI__FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
const xml_node & | parent | ||
) |
Definition at line 11397 of file pugixml.cpp.
PUGI__FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
Definition at line 11405 of file pugixml.cpp.
PUGI__FN xml_node pugi::xpath_node::node | ( | ) | const |
Definition at line 11401 of file pugixml.cpp.
PUGI__FN pugi::xpath_node::operator xpath_node::unspecified_bool_type | ( | ) | const |
Definition at line 11413 of file pugixml.cpp.
PUGI__FN bool pugi::xpath_node::operator! | ( | ) | const |
Definition at line 11417 of file pugixml.cpp.
PUGI__FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
Definition at line 11423 of file pugixml.cpp.
PUGI__FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
Definition at line 11419 of file pugixml.cpp.
PUGI__FN xml_node pugi::xpath_node::parent | ( | ) | const |
Definition at line 11407 of file pugixml.cpp.