This is the complete list of members for xml_node< Ch >, including all inherited members.
append_attribute(xml_attribute< Ch > *attribute) | xml_node< Ch > | inline |
append_node(xml_node< Ch > *child) | xml_node< Ch > | inline |
document() const | xml_node< Ch > | inline |
first_attribute(const Ch *name=nullptr, std::size_t name_size=0, bool case_sensitive=true) const | xml_node< Ch > | inline |
first_node(const Ch *name=nullptr, std::size_t name_size=0, bool case_sensitive=true) const | xml_node< Ch > | inline |
insert_attribute(xml_attribute< Ch > *where, xml_attribute< Ch > *attribute) | xml_node< Ch > | inline |
insert_node(xml_node< Ch > *where, xml_node< Ch > *child) | xml_node< Ch > | inline |
last_attribute(const Ch *name=0, std::size_t name_size=0, bool case_sensitive=true) const | xml_node< Ch > | inline |
last_node(const Ch *name=0, std::size_t name_size=0, bool case_sensitive=true) const | xml_node< Ch > | inline |
next_sibling(const Ch *name=nullptr, std::size_t name_size=0, bool case_sensitive=true) const | xml_node< Ch > | inline |
prepend_attribute(xml_attribute< Ch > *attribute) | xml_node< Ch > | inline |
prepend_node(xml_node< Ch > *child) | xml_node< Ch > | inline |
previous_sibling(const Ch *name=0, std::size_t name_size=0, bool case_sensitive=true) const | xml_node< Ch > | inline |
remove_all_attributes() | xml_node< Ch > | inline |
remove_all_nodes() | xml_node< Ch > | inline |
remove_attribute(xml_attribute< Ch > *where) | xml_node< Ch > | inline |
remove_first_attribute() | xml_node< Ch > | inline |
remove_first_node() | xml_node< Ch > | inline |
remove_last_attribute() | xml_node< Ch > | inline |
remove_last_node() | xml_node< Ch > | inline |
remove_node(xml_node< Ch > *where) | xml_node< Ch > | inline |
type() const | xml_node< Ch > | inline |
type(node_type type) | xml_node< Ch > | inline |
xml_node(node_type type) | xml_node< Ch > | inline |