camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
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
 

Constructor & Destructor Documentation

◆ xml_tree_walker()

PUGI_IMPL_FN pugi::xml_tree_walker::xml_tree_walker ( )

◆ ~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

◆ depth()

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

◆ end()

PUGI_IMPL_FN bool pugi::xml_tree_walker::end ( xml_node & node)
virtual

◆ for_each()

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

Friends And Related Symbol Documentation

◆ xml_node

friend class xml_node
friend

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