The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlNodeOrder Enumeration
Silverlight
Describes the document order of a node compared to a second node.
Namespace: System.Xml
Assembly: System.Xml.XPath (in System.Xml.XPath.dll)
| 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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: