FollowingSiblingMergeIterator.MoveNext(XPathNavigator) Method

Definition

Position this iterator to the next content or sibling node.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public System.Xml.Xsl.Runtime.IteratorResult MoveNext(System.Xml.XPath.XPathNavigator navigator);

Parameters

navigator
XPathNavigator

XPathNavigator object.

Returns

Returns NoMoreNodes if there are no more content or sibling nodes. Returns NeedInputNode if the next input node needs to be fetched first. Returns HaveCurrentNode if, while iterating through the nodes, the Current property was set to the next node.

Applies to

Prodotto Versioni
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1