NodeSet.ancestor

Return a set containing all ancestor nodes of the nodes within this set, which pass the given filtering test

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

Meta