#include <pugixml.hpp>
Métodos públicos | |
| 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 |
Tipos privados | |
| typedef void(* | unspecified_bool_type) (xpath_node ***) |
Atributos privados | |
| xml_node | _node |
| xml_attribute | _attribute |
|
private |
| PUGI_IMPL_FN pugi::xpath_node::xpath_node | ( | ) |
Hace referencia a PUGI_IMPL_FN.
Referenciado por operator!=() y operator==().
| PUGI_IMPL_FN pugi::xpath_node::xpath_node | ( | const xml_node & | node | ) |
Hace referencia a _node y PUGI_IMPL_FN.
| PUGI_IMPL_FN pugi::xpath_node::xpath_node | ( | const xml_attribute & | attribute, |
| const xml_node & | parent ) |
Hace referencia a _attribute, _node y PUGI_IMPL_FN.
| PUGI_IMPL_FN xml_attribute pugi::xpath_node::attribute | ( | ) | const |
Hace referencia a _attribute y PUGI_IMPL_FN.
| PUGI_IMPL_FN xml_node pugi::xpath_node::node | ( | ) | const |
Hace referencia a _attribute, _node y PUGI_IMPL_FN.
| PUGI_IMPL_FN pugi::xpath_node::operator xpath_node::unspecified_bool_type | ( | ) | const |
Hace referencia a _attribute, _node, PUGI_IMPL_FN y pugi::unspecified_bool_xpath_node().
| PUGI_IMPL_FN bool pugi::xpath_node::operator! | ( | ) | const |
Hace referencia a _attribute, _node y PUGI_IMPL_FN.
| PUGI_IMPL_FN bool pugi::xpath_node::operator!= | ( | const xpath_node & | n | ) | const |
Hace referencia a _attribute, _node, PUGI_IMPL_FN y xpath_node().
| PUGI_IMPL_FN bool pugi::xpath_node::operator== | ( | const xpath_node & | n | ) | const |
Hace referencia a _attribute, _node, PUGI_IMPL_FN y xpath_node().
| PUGI_IMPL_FN xml_node pugi::xpath_node::parent | ( | ) | const |
Hace referencia a _attribute, _node y PUGI_IMPL_FN.
|
private |
Referenciado por attribute(), node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==(), parent() y xpath_node().
|
private |
Referenciado por node(), operator unspecified_bool_type(), operator!(), operator!=(), operator==(), parent(), xpath_node() y xpath_node().