#include <pugixml.hpp>
Definition at line 1094 of file 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_attribute attribute | ( | ) | 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 |