NodeSet.attribute

Return a set containing all attributes of the nodes within this set, which match the optional name

  1. NodeSet attribute(T[] name)
    struct NodeSet
    attribute
    (
    in T[] name = null
    )
  2. NodeSet attribute(bool delegate(Node) filter)

Meta