libpniio
Namespaces | Functions
node.cpp File Reference
#include <sstream>
#include <fstream>
#include <locale>
#include <boost/property_tree/xml_parser.hpp>
#include <pni/io/exceptions.hpp>
#include <pni/io/nx/xml/node.hpp>
#include <pni/io/nx/xml/data_node.hpp>

Namespaces

 pni
 
 pni::io
 
 pni::io::nx
 
 pni::io::nx::xml
 

Functions

node pni::io::nx::xml::create_from_string (const string &s)
 
node pni::io::nx::xml::create_from_file (const string &s)
 
string pni::io::nx::xml::attribute_path (const string &name)
 
node pni::io::nx::xml::get_attribute (const node &parent, const string &name)
 
bool pni::io::nx::xml::has_attribute (const node &parent, const string &name)
 
std::ostream & pni::io::nx::xml::operator<< (std::ostream &o, const node &n)
 XML stream output. More...
 
pni::core::string pni::io::nx::xml::get_name (const node &n)
 get name of a node More...
 
node pni::io::nx::xml::get_child_by_name (const node &parent, const string &name)