This documentation is archived and is not being maintained.
XmlNodeOrder Enumeration
.NET Framework 1.1
Describes the document order of a node compared to a second node.
[Visual Basic] <Serializable> Public Enum XmlNodeOrder [C#] [Serializable] public enum XmlNodeOrder [C++] [Serializable] __value public enum XmlNodeOrder [JScript] public Serializable enum XmlNodeOrder
Members
| Member name | Description |
|---|---|
| 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. |
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: