Program { {{ void construct(TraversalGraph where) { XMLVisitor xV = new XMLVisitor(); where.traverse(this,xV); } }} }