ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <pugixml.hpp>
Public Member Functions | |
xml_tree_walker () | |
virtual | ~xml_tree_walker () |
virtual bool | begin (xml_node &node) |
virtual bool | for_each (xml_node &node)=0 |
virtual bool | end (xml_node &node) |
Protected Member Functions | |
int | depth () const |
Private Attributes | |
int | _depth |
Friends | |
class | xml_node |
Definition at line 847 of file pugixml.hpp.
PUGI__FN pugi::xml_tree_walker::xml_tree_walker | ( | ) |
Definition at line 4313 of file pugixml.cpp.
|
virtual |
Definition at line 4315 of file pugixml.cpp.
Definition at line 4322 of file pugixml.cpp.
Referenced by pugi::xml_node::traverse().
Definition at line 4317 of file pugixml.cpp.
References _depth.
Definition at line 4327 of file pugixml.cpp.
Referenced by pugi::xml_node::traverse().
|
friend |
Definition at line 849 of file pugixml.hpp.
|
private |
Definition at line 852 of file pugixml.hpp.
Referenced by depth(), and pugi::xml_node::traverse().