sprint 1-alpha
|
xml namespace More...
Classes | |
struct | node |
class | document |
An XML Document. More... | |
Typedefs | |
typedef std::pair< std::string, std::string > | attr_t |
a string pair: first is the key, second is the value | |
typedef std::vector< attr_t > | attr_list_t |
a list of XML Attributes | |
typedef std::vector< node > | node_list_t |
A collection of XMLNode. |
xml namespace