JAXLXml::up PHP 메소드

up() 공개 메소드

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