13#ifndef __xmlvisitors__
14#define __xmlvisitors__
18#include "tree_browser.h"
51 public visitor<S_processing_instruction>,
the smart pointer implementation
Definition smartpointer.h:58
Definition xmlvisitor.h:32
xmlendl & operator++(int)
increase the indentation
Definition xmlvisitor.h:40
xmlendl & operator--(int)
decrease the indentation
Definition xmlvisitor.h:42
void print(std::ostream &os) const
reset the indentation to none
Definition xmlvisitor.h:53