#include <ogdf/lib/pugixml/pugixml.h>
Public Member Functions | |
xpath_node () | |
xpath_node (const xml_attribute &attribute, const xml_node &parent) | |
xpath_node (const xml_node &node) | |
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 |
Private Types | |
using | unspecified_bool_type = void(*)(xpath_node ***) |
Private Attributes | |
xml_attribute | _attribute |
xml_node | _node |
|
private |
pugi::xpath_node::xpath_node | ( | ) |
pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
const xml_node & | parent | ||
) |
xml_attribute pugi::xpath_node::attribute | ( | ) | const |
xml_node pugi::xpath_node::node | ( | ) | const |
pugi::xpath_node::operator unspecified_bool_type | ( | ) | const |
bool pugi::xpath_node::operator! | ( | ) | const |
bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
xml_node pugi::xpath_node::parent | ( | ) | const |
|
private |