pQuery\DomNode::isTextOrComment PHP Méthode

isTextOrComment() public méthode

Find out if node is text or comment node
public isTextOrComment ( ) : boolean
Résultat boolean
    function isTextOrComment()
    {
        return false;
    }
DomNode