processChildNodes($node, self::$CHILDNODES); } function postParse(FO_Object $obj) { $this->setLocalContext("width", $obj->getContext("width")); $this->setLocalContext("height", $this->getContext("height")+ $obj->getContext("height")); $this->setContext("y", $this->getContext("y") + $obj->getContext("height")); //echo "Post:".$this->getContext("y")."
"; } } ?>