13 #ifndef __xmlvisitors__
14 #define __xmlvisitors__
18 #include "tree_browser.h"
44 void print(std::ostream& os)
const;
46 std::ostream& operator<< (std::ostream& os,
const xmlendl& eol);
51 public visitor<S_processing_instruction>,
58 xmlvisitor(std::ostream& stream) : fOut(stream) {}
63 virtual void visitStart (
S_comment& elt);