JAXLXml::top PHP Method

top() public method

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