sprint 1-alpha
|
a small DOM XML implementation More...
#include <string>
#include <vector>
#include <sprint/smart_cast.h>
#include <sprint/io/xstream/xstream.h>
Go to the source code of this file.
Classes | |
struct | sprint::xml::node |
class | sprint::xml::document |
An XML Document. More... | |
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
namespace | sprint::xml |
xml namespace | |
Typedefs | |
typedef std::pair< std::string, std::string > | sprint::xml::attr_t |
a string pair: first is the key, second is the value | |
typedef std::vector< attr_t > | sprint::xml::attr_list_t |
a list of XML Attributes | |
typedef std::vector< node > | sprint::xml::node_list_t |
A collection of XMLNode. |
a small DOM XML implementation