basic-xml 1.0.1
Very basic loader/writer of XML tags with attributes and content.
Classes | Functions
node.h File Reference

Node for the basic XML tree. More...

#include <deque>
#include <map>
#include <memory>
#include <ostream>
#include <vector>
Include dependency graph for node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  basic_xml::node
 

Functions

std::string basic_xml::convert_to_entity (std::string const &raw, std::string const &which)
 
std::ostream & basic_xml::operator<< (std::ostream &out, node const &n)
 

Detailed Description

The following declares the basic XML node object.

Definition in file node.h.

Function Documentation

◆ convert_to_entity()

std::string basic_xml::convert_to_entity ( std::string const &  raw,
std::string const &  which 
)

Definition at line 215 of file node.cpp.

◆ operator<<()

std::ostream & basic_xml::operator<< ( std::ostream &  out,
node const &  n 
)

Definition at line 255 of file node.cpp.

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.