NodeSet.next

Return a set containing all following siblings of the ones within this set, which pass the given filtering test

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

Meta