NodeSet.child

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

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

Meta