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

XPathNodeIterator::MoveNext method

若在派生类中被重写,则将 XPathNavigator 对象(由 XPathNodeIterator::get_Current 方法返回)移动到所选节点集中的下一个节点。

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.

另见