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

Auto generated API documentation and code listings for spxml

Classes

SP_CanonXmlBuffer XML Canonical, defined by James Clark
SP_DomIterator DFS iterator -- Depth First Search
SP_XmlDomBuffer Serialize xml node tree to string
SP_XmlDomParser Parse string to xml node tree
SP_XmlHandle This class is a clone of TinyXML's TiXmlHandle class

Code

mstring.cpp [code]
mstring.h [code]
spcanonxml.cpp [code]
spcanonxml.hpp [code]
spdomiterator.cpp [code]
spdomiterator.hpp [code]
spdomparser.cpp [code]
spdomparser.hpp [code]
spxmlcodec.cpp [code]
spxmlcodec.hpp [code]
spxmlevent.cpp [code]
spxmlevent.hpp [code]
spxmlhandle.cpp [code]
spxmlhandle.hpp [code]
spxmlnode.cpp [code]
spxmlnode.hpp [code]
spxmlparser.cpp [code]
spxmlparser.hpp [code]
spxmlreader.cpp [code]
spxmlreader.hpp [code]
spxmlstag.cpp [code]
spxmlstag.hpp [code]
spxmlutils.cpp [code]
spxmlutils.hpp [code]