Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Xml.​XmlNodeOrder
Assembly: System.Xml.ReaderWriter
Describes the document order of a node compared to a second node.
Values
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.