pQuery\DomNode::filter_notext PHP Method

filter_notext() protected method

Checks if node matches css query filter ":no-text"
See also: match()
protected filter_notext ( ) : boolean
return boolean
    protected function filter_notext()
    {
        return $this->getPlainText() === '';
    }
DomNode