System.Xml.XPath.XPathNodeType Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml.XPath
Summary
Specifies the XPath node types that can be returned from the XPathNavigator.

For more information on XPath node types, see the Data Model section of the W3C XML Path Language (XPath) Version 1.0 Recommendation located at http://www.w3.org/TR/xpath#data-model.

C# Syntax:
[Serializable]
public enum XPathNodeType
See also:
System.Xml.XPath Namespace

System.Xml.XPath.XPathNodeType Member List:

Public Fields
All All node types.
Attribute
Comment
Element An element in the node tree.
Namespace A namespace node.
ProcessingInstruction A processing instruction.Important: This does not include XML declarations, which are not visible to the XPathNavigator.
Root The root of the node tree.
SignificantWhitespace A node with white space characters and xml:space set to preserve.
Text The text content of an element.
Whitespace A node with only white space characters and no significant white space.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.