System.Xml.XmlNodeOrder Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml
Summary
Describes the document order of a node compared to a second node.
C# Syntax:
[Serializable]
public enum XmlNodeOrder
See also:
System.Xml Namespace | XPathNavigator.ComparePosition

System.Xml.XmlNodeOrder Member List:

Public Fields
After The current node of this navigator is after the current node of the supplied navigator.
Before The current node of this navigator is before 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.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.