Name

XPathNodeType

Synopsis

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
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XPathNodeType

Returned By

XPathNavigator.NodeType

Passed To

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

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.