Node.hasAttr

returns true if node has attribute with specified name

  1. bool hasAttr(string attrname)
    class Node
    private public
    bool
    hasAttr
    (
    string attrname
    )
  2. bool hasAttr(attr_id attrid)

Meta