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

Data Structures

Data Structures

Here are the data structures with brief descriptions:
SP_CanonXmlBufferXML Canonical, defined by James Clark
SP_DomIteratorDFS iterator -- Depth First Search
SP_XmlDomBufferSerialize xml node tree to string
SP_XmlDomParserParse string to xml node tree
SP_XmlHandleThis class is a clone of TinyXML's TiXmlHandle class