# File lib/test/unit/xml/nodeiterator.rb, line 40 def next node = @next_node @next_node = NodeIterator.find_next_node(node, @node_filter) node end