dump() public method

dump node's tree
public dump ( $show_attr = true, $deep )
 function dump($show_attr = true)
 {
     $this->root->dump($show_attr);
 }