only for RuBoard - do not distribute or recompile Previous Section Next Section
XPathNodeType enum

System.Xml.XPath (system.xml.dll) serializable

This enumeration contains the types of nodes that can be listed with the XPathNavigator.NodeType property.

public enum XPathNodeType {
   Root = 0,
   Element = 1,
   Attribute = 2,
   Namespace = 3,
   Text = 4,
   SignificantWhitespace = 5,
   Whitespace = 6,
   ProcessingInstruction = 7,
   Comment = 8,
   All = 9
}

Hierarchy

System.Objectfigs/U2192.gif System.ValueTypefigs/U2192.gif System.Enum(System.IComparable, System.IFormattable, System.IConvertible)figs/U2192.gif XPathNodeType

Returned By

XPathNavigator.NodeType

Passed To

XPathNavigator.{SelectAncestors(), SelectChildren(), SelectDescendants()}

only for RuBoard - do not distribute or recompile Previous Section Next Section