CMS 3D CMS Logo

Functions
TinyDom.cc File Reference
#include "DetectorDescription/RegressionTest/src/TinyDom.h"

Go to the source code of this file.

Functions

void TinyDomPrettyPrint (ostream &os, const TinyDom &dom)
 

Function Documentation

void TinyDomPrettyPrint ( ostream &  os,
const TinyDom dom 
)

Definition at line 5 of file TinyDom.cc.

6 {
7  TinyDomWalker walker(dom);
8  // unsigned int level = 0;
9  //printTinyDom(os, walker, level); // recursive
10 }