libxml++  2.91.1
Public Member Functions | Static Public Attributes | List of all members
xmlpp::KeepBlanks Class Reference

This class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor. More...

#include <libxml++/keepblanks.h>

Public Member Functions

 KeepBlanks (bool value)
 
 ~KeepBlanks ()
 

Static Public Attributes

static const bool Default = true
 

Detailed Description

This class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor.

As a consequence the wanted setting is kept during instance lifetime.

Constructor & Destructor Documentation

xmlpp::KeepBlanks::KeepBlanks ( bool  value)
xmlpp::KeepBlanks::~KeepBlanks ( )

Member Data Documentation

const bool xmlpp::KeepBlanks::Default = true
static