| _root (defined in pugi::xml_node) | pugi::xml_node |  [protected] | 
  | all_elements_by_name(const char *name, OutputIterator it) const | pugi::xml_node |  | 
  | all_elements_by_name_w(const char *name, OutputIterator it) const | pugi::xml_node |  | 
  | append_attribute(const char *name) | pugi::xml_node |  | 
  | append_child(xml_node_type type=node_element) | pugi::xml_node |  | 
  | append_copy(const xml_attribute &proto) | pugi::xml_node |  | 
  | append_copy(const xml_node &proto) | pugi::xml_node |  | 
  | attribute(const char *name) const | pugi::xml_node |  | 
  | attribute_iterator typedef | pugi::xml_node |  | 
  | attribute_w(const char *name) const | pugi::xml_node |  | 
  | attributes_begin() const | pugi::xml_node |  | 
  | attributes_end() const | pugi::xml_node |  | 
  | begin() const | pugi::xml_node |  | 
  | child(const char *name) const | pugi::xml_node |  | 
  | child_value() const | pugi::xml_node |  | 
  | child_value(const char *name) const | pugi::xml_node |  | 
  | child_value_w(const char *name) const | pugi::xml_node |  | 
  | child_w(const char *name) const | pugi::xml_node |  | 
  | document_order() const  (defined in pugi::xml_node) | pugi::xml_node |  | 
  | empty() const | pugi::xml_node |  | 
  | end() const | pugi::xml_node |  | 
  | find_attribute(Predicate pred) const | pugi::xml_node |  [inline] | 
  | find_child(Predicate pred) const | pugi::xml_node |  [inline] | 
  | find_child_by_attribute(const char *name, const char *attr_name, const char *attr_value) | pugi::xml_node |  | 
  | find_child_by_attribute(const char *attr_name, const char *attr_value) | pugi::xml_node |  | 
  | find_child_by_attribute_w(const char *name, const char *attr_name, const char *attr_value) | pugi::xml_node |  | 
  | find_child_by_attribute_w(const char *attr_name, const char *attr_value) | pugi::xml_node |  | 
  | find_node(Predicate pred) const | pugi::xml_node |  [inline] | 
  | first_attribute() const | pugi::xml_node |  | 
  | first_child() const | pugi::xml_node |  | 
  | first_element_by_path(const char *path, char delimiter= '/') const | pugi::xml_node |  | 
  | get_allocator() const  (defined in pugi::xml_node) | pugi::xml_node |  [protected] | 
  | insert_attribute_after(const char *name, const xml_attribute &attr) | pugi::xml_node |  | 
  | insert_attribute_before(const char *name, const xml_attribute &attr) | pugi::xml_node |  | 
  | insert_child_after(xml_node_type type, const xml_node &node) | pugi::xml_node |  | 
  | insert_child_before(xml_node_type type, const xml_node &node) | pugi::xml_node |  | 
  | insert_copy_after(const xml_attribute &proto, const xml_attribute &attr) | pugi::xml_node |  | 
  | insert_copy_after(const xml_node &proto, const xml_node &node) | pugi::xml_node |  | 
  | insert_copy_before(const xml_attribute &proto, const xml_attribute &attr) | pugi::xml_node |  | 
  | insert_copy_before(const xml_node &proto, const xml_node &node) | pugi::xml_node |  | 
  | iterator typedef | pugi::xml_node |  | 
  | last_attribute() const | pugi::xml_node |  | 
  | last_child() const | pugi::xml_node |  | 
  | load(std::istream &stream, unsigned int options=parse_default) | pugi::xml_document |  | 
  | load(const char *contents, unsigned int options=parse_default) | pugi::xml_document |  | 
  | load_file(const char *name, unsigned int options=parse_default) | pugi::xml_document |  | 
  | name() const | pugi::xml_node |  | 
  | next_sibling(const char *name) const | pugi::xml_node |  | 
  | next_sibling() const | pugi::xml_node |  | 
  | next_sibling_w(const char *name) const | pugi::xml_node |  | 
  | offset_debug() const | pugi::xml_node |  | 
  | operator unspecified_bool_type() const | pugi::xml_node |  | 
  | operator!() const  (defined in pugi::xml_node) | pugi::xml_node |  | 
  | operator!=(const xml_node &r) const | pugi::xml_node |  | 
  | operator<(const xml_node &r) const | pugi::xml_node |  | 
  | operator<=(const xml_node &r) const | pugi::xml_node |  | 
  | operator==(const xml_node &r) const | pugi::xml_node |  | 
  | operator>(const xml_node &r) const | pugi::xml_node |  | 
  | operator>=(const xml_node &r) const | pugi::xml_node |  | 
  | parent() const | pugi::xml_node |  | 
  | parse(char *xmlstr, unsigned int options=parse_default) | pugi::xml_document |  | 
  | parse(const transfer_ownership_tag &, char *xmlstr, unsigned int options=parse_default) | pugi::xml_document |  | 
  | path(char delimiter= '/') const | pugi::xml_node |  | 
  | precompute_document_order() | pugi::xml_document |  | 
  | precompute_document_order_impl() (defined in pugi::xml_node) | pugi::xml_node |  [protected] | 
  | previous_sibling(const char *name) const | pugi::xml_node |  | 
  | previous_sibling() const | pugi::xml_node |  | 
  | previous_sibling_w(const char *name) const | pugi::xml_node |  | 
  | print(xml_writer &writer, const char *indent="\t", unsigned int flags=format_default, unsigned int depth=0) | pugi::xml_node |  | 
  | print(std::ostream &os, const char *indent="\t", unsigned int flags=format_default, unsigned int depth=0) | pugi::xml_node |  | 
  | remove_attribute(const xml_attribute &a) | pugi::xml_node |  | 
  | remove_attribute(const char *name) | pugi::xml_node |  | 
  | remove_child(const xml_node &n) | pugi::xml_node |  | 
  | remove_child(const char *name) | pugi::xml_node |  | 
  | root() const | pugi::xml_node |  | 
  | save(xml_writer &writer, const char *indent="\t", unsigned int flags=format_default) | pugi::xml_document |  | 
  | save_file(const char *name, const char *indent="\t", unsigned int flags=format_default) | pugi::xml_document |  | 
  | select_nodes(const char *query) const | pugi::xml_node |  | 
  | select_nodes(xpath_query &query) const | pugi::xml_node |  | 
  | select_single_node(const char *query) const | pugi::xml_node |  | 
  | select_single_node(xpath_query &query) const | pugi::xml_node |  | 
  | set_name(const char *rhs) | pugi::xml_node |  | 
  | set_value(const char *rhs) | pugi::xml_node |  | 
  | traverse(xml_tree_walker &walker) | pugi::xml_node |  | 
  | type() const | pugi::xml_node |  | 
  | unspecified_bool_type typedef (defined in pugi::xml_node) | pugi::xml_node |  [protected] | 
  | value() const | pugi::xml_node |  | 
  | xml_document() | pugi::xml_document |  | 
  | xml_node(xml_node_struct *p) (defined in pugi::xml_node) | pugi::xml_node |  [explicit, protected] | 
  | xml_node() | pugi::xml_node |  | 
  | ~xml_document() | pugi::xml_document |  |