XmlNodeOrder

XmlNodeOrder enum

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

enum class XmlNodeOrder

Values

NameValueDescription
Before0The current node of this navigator is before the current node of the supplied navigator.
After1The current node of this navigator is after the current node of the supplied navigator.
Same2The two navigators are positioned on the same node.
Unknown3The node positions cannot be determined in document order, relative to each other. This could occur if the two nodes reside in different trees.

See Also