JAXLXml::up PHP Méthode

up() public méthode

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