These values describe the position of one node relative to another, with respect to document order. public enum XmlNodeOrder { Before = 0 , After = 1 , Same = 2 , Unknown = 3 } Hierarchy System.Object Returned BySystem.Xml.XPath.XPathNavigator.ComparePosition( ) |