pQuery\DomNode::filter_notext PHP Méthode

filter_notext() protected méthode

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