Cinder  0.9.1
Namespaces | Functions
Xml.cpp File Reference
#include "cinder/Xml.h"
#include "cinder/Utilities.h"
#include <boost/algorithm/string.hpp>
#include "rapidxml/rapidxml.hpp"
#include "rapidxml/rapidxml_print.hpp"

Namespaces

 cinder
 

Functions

void cinder::parseItem (const rapidxml::xml_node<> &node, XmlTree *parent, XmlTree *result, const XmlTree::ParseOptions &parseOptions)
 
std::ostream & cinder::operator<< (std::ostream &out, const XmlTree &xml)