JAXLXml::up PHP Method

up() public method

public up ( ) : JAXLXml
return JAXLXml
    public function up()
    {
        if ($this->rover->parent) {
            $this->rover =& $this->rover->parent;
        }
        return $this;
    }