HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pugi::xml_tree_walker Class Referenceabstract

#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
 

Friends

class xml_node
 

Detailed Description

Definition at line 961 of file pugixml.hpp.

Constructor & Destructor Documentation

PUGI__FN pugi::xml_tree_walker::xml_tree_walker ( )

Definition at line 5112 of file pugixml.cpp.

PUGI__FN pugi::xml_tree_walker::~xml_tree_walker ( )
virtual

Definition at line 5116 of file pugixml.cpp.

Member Function Documentation

PUGI__FN bool pugi::xml_tree_walker::begin ( xml_node node)
virtual

Definition at line 5125 of file pugixml.cpp.

PUGI__FN int pugi::xml_tree_walker::depth ( ) const
protected

Definition at line 5120 of file pugixml.cpp.

PUGI__FN bool pugi::xml_tree_walker::end ( xml_node node)
virtual

Definition at line 5130 of file pugixml.cpp.

virtual bool pugi::xml_tree_walker::for_each ( xml_node node)
pure virtual

Friends And Related Function Documentation

friend class xml_node
friend

Definition at line 963 of file pugixml.hpp.


The documentation for this class was generated from the following files: