NodeSet.next

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

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

Meta