NodeSet.descendant

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

  1. NodeSet descendant(T[] name)
  2. NodeSet descendant(bool delegate(Node) filter, XmlNodeType type)
    struct NodeSet
    descendant
    (
    scope bool delegate filter
    ,)

Meta