Mono Class Library: System.Xml.XPath Namespace

System.Xml.XPath.XPathNodeType Enumeration

Describes the type of an XPath node. [Edit]
public enum XPathNodeType

Remarks

This enumeration is used in various places in the XPath API to distinguish between various types of nodes. [Edit]

Members

Member NameDescription
AllUsed to signal that the caller wants all types of elements. [Edit]
AttributeAn attribute on an element. [Edit]
CommentA comment. [Edit]
ElementAn element, for example <Element /> is an element. [Edit]
NamespaceA namespace attribute, such as xmlns:mono="http://go-mono.com" [Edit]
ProcessingInstructionA processing instruction. [Edit]
RootThe root element of the document. [Edit]
SignificantWhitespaceWhitespace that is significant. [Edit]
TextText between elements. [Edit]
WhitespaceWhitespace that is only shown in the document because the user asked to have the parser include all whitespace. [Edit]

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0