TraceX
 
Loading...
Searching...
No Matches
pugi::xml_tree_walker Class Referenceabstract

#include <pugixml.hpp>

Inheritance diagram for pugi::xml_tree_walker:

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
 

Constructor & Destructor Documentation

◆ xml_tree_walker()

PUGI_IMPL_FN pugi::xml_tree_walker::xml_tree_walker ( )
Here is the caller graph for this function:

◆ ~xml_tree_walker()

PUGI_IMPL_FN pugi::xml_tree_walker::~xml_tree_walker ( )
virtual

Member Function Documentation

◆ begin()

PUGI_IMPL_FN bool pugi::xml_tree_walker::begin ( xml_node & node)
virtual
Here is the call graph for this function:
Here is the caller graph for this function:

◆ depth()

PUGI_IMPL_FN int pugi::xml_tree_walker::depth ( ) const
protected
Here is the caller graph for this function:

◆ end()

PUGI_IMPL_FN bool pugi::xml_tree_walker::end ( xml_node & node)
virtual
Here is the call graph for this function:
Here is the caller graph for this function:

◆ for_each()

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

Implemented in simple_walker.

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ xml_node

friend class xml_node
friend

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