56 #ifndef _xmltreewalker_h
57 #define _xmltreewalker_h
111 virtual bool OnTraversalBegin(
Node& node);
119 virtual bool OnEachNode(
Node& node) = 0;
125 virtual bool OnTraversalEnd(
Node& node);
132 #endif // Include guard
This defines the Mezzanine::XML::Node one of the central XML classes.
All the definitions for datatypes as well as some basic conversion functions are defined here...
Used to call a function OnEachNode member of the subtree of nodes descended from a specific node...
A light-weight handle for manipulating nodes in DOM tree.
ProcessDepth Depth
The current process depth as interpretted by Main.
The bulk of the engine components go in this namspace.