NodeSet.child

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

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

Meta