function setContext($key, $value)
 {
     parent::setContext($key, $value);
 }
 function postParse(FO_Object $obj)
 {
     $this->setLocalContext("height", $this->getContext("height") + $obj->getContext("height") + 0.5);
     // oesi - add +0.5 for tablespace
 }