FollowingSiblingMergeIterator Structure

 

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

Iterates over child nodes byfollowing the sibling nodes.

Namespace:   System.Xml.Xsl.Runtime
Assembly:  System.Data.SqlXml (in System.Data.SqlXml.dll)

public value struct FollowingSiblingMergeIterator

NameDescription
System_CAPS_pubpropertyCurrent

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

NameDescription
System_CAPS_pubmethodCreate(XmlNavigatorFilter^)

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

System_CAPS_pubmethodEquals(Object^)

Indicates whether this instance and a specified object are equal.(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodMoveNext(XPathNavigator^)

This API supports the product infrastructure and is not intended to be used directly from your code. Position this iterator to the next content or sibling node.

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: