39 protected $pattern =
"%0%1 %2\n";
50 $this->currObj = $node;
51 $this->currSib = $siblings;
71 if(count($this->currSib))
73 $last = array_pop($this->currSib);
75 foreach($this->currSib as $sibling)
77 $prefix .= ($sibling) ?
"| " :
" ";
80 $prefix .= ($last) ?
"\\-" :
"|-";
94 return $this->currObj->getSymbol();
105 return $this->currObj;