class XPath2::NodeIterator

Overview

NodeIterator holds all matched Node object

Included Modules

Defined in:

xpath2.cr

Instance Method Summary

Instance methods inherited from module XPath2::QueryIterator

current : NodeNavigator current

Instance Method Detail

def current : NodeNavigator #

returns current node which matched


[View source]
def move_next #

moves Navigator to the next match node


[View source]