OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xml_tree_walker Class Referenceabstract

Public Member Functions

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 971 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xml_tree_walker()

PUGI__FN pugi::xml_tree_walker::xml_tree_walker ( )

Definition at line 4938 of file pugixml.cpp.

◆ ~xml_tree_walker()

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

Definition at line 4940 of file pugixml.cpp.

Member Function Documentation

◆ begin()

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

Definition at line 4944 of file pugixml.cpp.

◆ depth()

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

Definition at line 4942 of file pugixml.cpp.

◆ end()

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

Definition at line 4946 of file pugixml.cpp.

Friends And Related Symbol Documentation

◆ xml_node

friend class xml_node
friend

Definition at line 972 of file pugixml.hpp.


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