August 2003
Intermediate to advanced
928 pages
32h 1m
English
XPathNodeType
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 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
XPathNodeType
XPathNavigator.NodeType
XPathNavigator.{SelectAncestors( ),
SelectChildren( ), SelectDescendants( )}