#include <pugixml.hpp>
Collaboration diagram for pugi::xml_tree_walker:Public Member Functions | |
| virtual bool | begin (xml_node &node) |
| virtual bool | end (xml_node &node) |
| virtual bool | for_each (xml_node &node)=0 |
| xml_tree_walker () | |
| virtual | ~xml_tree_walker () |
Protected Member Functions | |
| int | depth () const |
Private Attributes | |
| int | _depth |
Friends | |
| class | xml_node |
Definition at line 921 of file pugixml.hpp.
| PUGI__FN pugi::xml_tree_walker::xml_tree_walker | ( | ) |
Definition at line 5078 of file pugixml.cpp.
|
virtual |
Definition at line 5082 of file pugixml.cpp.
Definition at line 5091 of file pugixml.cpp.
Referenced by pugi::xml_node::traverse().
Here is the caller graph for this function:
|
protected |
Definition at line 5086 of file pugixml.cpp.
References _depth.
Definition at line 5096 of file pugixml.cpp.
Referenced by pugi::xml_node::traverse().
Here is the caller graph for this function:
|
pure virtual |
|
friend |
Definition at line 923 of file pugixml.hpp.
|
private |
Definition at line 926 of file pugixml.hpp.
Referenced by depth(), and pugi::xml_node::traverse().
1.8.13