XmlNodeType (System.Xml.XmlNodeType)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: System.Xml.dll

Specifies the type of node.

VB.NET C#

C#

public enum struct XmlNodeType : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

NxtGenUG - Article

System.Xml.XmlNodeType.Element, null); xmlDocument.Load(xtr); //Here's the XPath fest07Node = xmlDocument.SelectSingleNode("usergroup/events/event/name"

CodeProject: XML forking in .NET Framework 1.1. Free source code and ...

public override bool Read() { bool read = this .reader.Read(); switch (reader.NodeType) { case System.Xml.XmlNodeType.Element: forkedWriter ...

MBR IT/.NET 247 : System.Xml.XmlNodeType Enumeration [Articles]

How to read the XML data from a file by using Visual C++ .NET: Microsoft Support (815658) - This article describes how to use the XmlTextReader class to read the XML data from a ...

Mono Documentation

Mono Class Library : System.Xml Namespace System.Xml.XmlNodeType Enumeration ... Remarks A given set of XML data is modeled as a tree of nodes. This ...

Mono Documentation

Mono Class Library : System.Xml Namespace System.Xml.XmlNodeType Enumeration ... Remarks A given set of XML data is modeled as a tree of nodes. This ...

XML forking in .NET Framework 1.1

public override bool Read() { bool read = this.reader.Read(); switch (reader.NodeType) { case System.Xml.XmlNodeType.Element: forkedWriter ...

XdmNode Properties

NodeKind: The kind of node, as an instance of System.Xml.XmlNodeType . NodeName: The name of the node, as a QName . Returns null in the case of unnamed nodes.

XdmNode.NodeKind Property

The kind of node, as an instance of System.Xml.XmlNodeType . ... Remarks. For a namespace node in the XDM model, the value XmlNodeType.None ...

XmlNodeType Enumeration

Member name Description; Attribute. Supported by the .NET Compact Framework. An attribute. Example XML: id='123' An Attribute node can have the following child node types: Text and ...

System.Xml.XmlNodeType Enum

Base Types Object ValueType Enum XmlNodeType. Assembly System.Xml Library XML Summary Specifies the type of node. Description A given set of XML data is modeled as a tree of nodes

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support