NDDEM
|
#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 |
Private Types | |
typedef void(* | unspecified_bool_type) (xpath_node ***) |
Private Attributes | |
xml_node | _node |
xml_attribute | _attribute |
|
private |
PUGI_IMPL_FN pugi::xpath_node::xpath_node | ( | ) |
PUGI_IMPL_FN pugi::xpath_node::xpath_node | ( | const xml_node & | node | ) |
PUGI_IMPL_FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
const xml_node & | parent | ||
) |
PUGI_IMPL_FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
PUGI_IMPL_FN xml_node pugi::xpath_node::node | ( | ) | const |
PUGI_IMPL_FN pugi::xpath_node::operator xpath_node::unspecified_bool_type | ( | ) | const |
PUGI_IMPL_FN bool pugi::xpath_node::operator! | ( | ) | const |
PUGI_IMPL_FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
PUGI_IMPL_FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
PUGI_IMPL_FN xml_node pugi::xpath_node::parent | ( | ) | const |
|
private |
|
private |