NodeSet.parent

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

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

Meta