XmlNodeOrder Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Describes the document order of a node compared to a second node.

Namespace:  System.Xml
Assembly:  System.Xml.XPath (in System.Xml.XPath.dll)

Syntax

'Declaration
Public Enumeration XmlNodeOrder
public enum XmlNodeOrder

Members

Member name Description
Before The current node of this navigator is before the current node of the supplied navigator.
After The current node of this navigator is after the current node of the supplied navigator.
Same The two navigators are positioned on the same node.
Unknown The node positions cannot be determined in document order, relative to each other. This could occur if the two nodes reside in different trees.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.