Mbed port of the Simple Plain Xml parser. See http://code.google.com/p/spxml/ for more details. This library uses less memory and is much better suited to streaming data than TinyXML (doesn\'t use as much C++ features, and especially works without streams). See http://mbed.org/users/hlipka/notebook/xml-parsing/ for usage examples.

Dependents:   spxmltest_weather VFD_fontx2_weather weather_LCD_display News_LCD_display ... more

Embed: (wiki syntax)

« Back to documentation index

SP_DomIterator Class Reference

SP_DomIterator Class Reference

DFS iterator -- Depth First Search. More...

#include <spdomiterator.hpp>

Public Member Functions

 SP_DomIterator (const SP_XmlNode *node)
 node as tree node, iterator this tree by DFS
const SP_XmlNode * getNext ()

Detailed Description

DFS iterator -- Depth First Search.

Definition at line 13 of file spdomiterator.hpp.


Constructor & Destructor Documentation

SP_DomIterator ( const SP_XmlNode *  node )

node as tree node, iterator this tree by DFS

Definition at line 14 of file spdomiterator.cpp.


Member Function Documentation

const SP_XmlNode * getNext (  )
Returns:
NULL : reach the end

Definition at line 24 of file spdomiterator.cpp.