NodeSet.ancestor

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

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

Meta