pQuery\DomNode::filter_root PHP Méthode

filter_root() protected méthode

Checks if node matches css query filter ":root"
See also: match()
protected filter_root ( ) : boolean
Résultat boolean
    protected function filter_root()
    {
        return strtolower($this->tag) === 'html';
    }
DomNode