MoveNext()

XPathNodeIterator::MoveNext() method

When overridden in a derived class, moves the XPathNavigator object returned by the XPathNodeIterator::get_Current method to the next node in the selected node set.

virtual bool System::Xml::XPath::XPathNodeIterator::MoveNext()=0

Return Value

true if the XPathNavigator object moved to the next node; false if there are no more selected nodes.

See Also