rapidxml
Namespaces | Functions | Variables
/usr/src/RPM/BUILD/rapidxml-1.13/rapidxml_print.hpp File Reference

This file contains rapidxml printer implementation. More...

Go to the source code of this file.

Namespaces

namespace  rapidxml
 

Functions

template<class OutIt , class Ch >
OutIt print (OutIt out, const xml_node< Ch > &node, int flags=0)
 
template<class Ch >
std::basic_ostream< Ch > & print (std::basic_ostream< Ch > &out, const xml_node< Ch > &node, int flags=0)
 
template<class Ch >
std::basic_ostream< Ch > & operator<< (std::basic_ostream< Ch > &out, const xml_node< Ch > &node)
 

Variables

const int print_no_indenting = 0x1
 Printer flag instructing the printer to suppress indenting of XML. See print() function.