NodeSet.parent

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

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

Meta