Mono Class Library: System.Xml.XPath Namespace

System.Xml.XPath.XPathNodeType Enumeration

Describes the type of an XPath node.
public enum XPathNodeType

Remarks

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

Members

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

Requirements

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