pQuery\HtmlParser::parse_asp PHP Method

parse_asp() public method

public parse_asp ( )
    function parse_asp()
    {
        if (!parent::parse_asp()) {
            return false;
        }
        //end($this->hierarchy)->addASP('', $this->status['text']);
        $index = null;
        //Needs to be passed by ref
        $this->hierarchy[count($this->hierarchy) - 1]->addASP('', $this->status['text'], $index);
        return true;
    }