System::Xml::XPath::XPathNodeIterator::MoveNext method

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

ReturnValue

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

See Also