XmlNodeIterator Class Reference

Iterate over all child nodes with a certain name of a given XML node. More...

#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/io/XmlReader.h>

Public Member Functions

rapidxml::xml_nodegetNext ()
 
 XmlNodeIterator (rapidxml::xml_node<> *parentNode, const QString &nodeName, bool required)
 

Detailed Description

Iterate over all child nodes with a certain name of a given XML node.

Definition at line 86 of file XmlReader.h.

Constructor & Destructor Documentation

◆ XmlNodeIterator()

XmlNodeIterator ( rapidxml::xml_node<> *  parentNode,
const QString &  nodeName,
bool  required 
)

Definition at line 564 of file XmlReader.cpp.

Member Function Documentation

◆ getNext()

rapidxml::xml_node * getNext ( )

Definition at line 571 of file XmlReader.cpp.

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

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