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

Auto generated API documentation and code listings for mpod_nhk_english

Classes

HTTPFile A data endpoint to store file
XMLAttribute An attribute is a name-value pair
XMLComment An XML Comment
XMLConstHandle A variant of the XMLHandle class for working with const XMLNodes and Documents
XMLDeclaration In correct XML the declaration is the first entry in the file
XMLDocument A Document binds together all the functionality
XMLElement The element is a container class
XMLHandle A XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing
XMLNode XMLNode is a base class for every object that is in the XML Document Object Model (DOM), except XMLAttributes
XMLPrinter Printing functionality
XMLText XML text
XMLUnknown Any tag that tinyXml doesn't recognize is saved as an unknown
XMLVisitor Implements 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

Code

HTTPFile.cpp [code]
HTTPFile.h [code]
main.cpp [code]
tinyxml2.cpp [code]
tinyxml2.h [code]