NodeSet.descendant

Return a set containing all descendant elements of the nodes within this set, which match the given name

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

Meta