Download NHK English news podcast automatically. This application requires mpod mother board. See also http://mbed.org/users/geodenx/notebook/mpod/

Dependencies:   BlinkLed HTTPClient EthernetInterface FatFileSystemCpp MSCFileSystem mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
HTTPFileA data endpoint to store file
XMLAttributeAn attribute is a name-value pair
XMLCommentAn XML Comment
XMLConstHandleA variant of the XMLHandle class for working with const XMLNodes and Documents
XMLDeclarationIn correct XML the declaration is the first entry in the file
XMLDocumentA Document binds together all the functionality
XMLElementThe element is a container class
XMLHandleA XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing
XMLNodeXMLNode is a base class for every object that is in the XML Document Object Model (DOM), except XMLAttributes
XMLPrinterPrinting functionality
XMLTextXML text
XMLUnknownAny tag that tinyXml doesn't recognize is saved as an unknown
XMLVisitorImplements the interface to the "Visitor pattern" (see the Accept() method.) If you call the Accept() method, it requires being passed a XMLVisitor class to handle callbacks