pQuery\DomNode::isTextOrComment PHP Method

isTextOrComment() public method

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