XmlNodeReader (System.Xml.XmlNodeReader)

Inherits: System.Xml.XmlReader

Interfaces: IDisposable, IXmlNamespaceResolver

Derived Types: 0

Assembly: System.Xml.dll

Represents a reader that provides fast, non-cached forward only access to XML data in an XmlNode.

VB.NET C#

C#

public class XmlNodeReader : System.Xml.XmlReader, System.IDisposable, System.Xml.IXmlNamespaceResolver
{
}

Articles

XML.com: XSLT Processing in .NET

The second class that inherits from System.Xml.XmlReader is System.Xml.XmlNodeReader , which allows data to be read from any XML Document Object Model (DOM) API; for example, System ...

Deserialize Method

... Load("..\\files\\mycoll.xml"); System.Xml.XmlNode node; node = doc.FirstChild; while (!node.Name.Equals("Collection")) node = node.NextSibling; System.Xml.XmlNodeReader r ...

TopXML: The System.Xml.XmlNodeReader Class (System.XML .NET Reference ...

The System.Xml.XmlNodeReader Class Supported Versions .NET Framework 1.0, 1.1, 1.2 Public Members Bold members are covered in the sample code.

XmlNodeReader.Skip Method (System.Xml)

Skips the children of the current node. ... Note: In the .NET Framework version 2.0, the recommended practice is to create XmlReader instances using the XmlReaderSettings class and ...

XmlReader Class

System.Object     System.Xml.XmlReader        System.Xml.XmlNodeReader        System.Xml.XmlTextReader        System.Xml.XmlValidatingReader

TopXML: .NET System.XML Class Reference

System.Xml.XmlNodeReader: System.Xml.XmlNotation: System.Xml.XmlParserContext ... .NET System.XML Class Reference. .NET provides a comprehensive set of classes ...

TopXML: The System.Xml.XmlNodeReader Class (System.XML .NET Reference ...

The System.Xml.XmlNodeReader Class Supported Versions .NET Framework 1.0, 1.1, 1.2 Public Members Bold members are covered in the sample code.

Mono Documentation

The members of System.Xml.XmlNodeReader are listed below. See Also: Inherited members from System.Xml.XmlReader [ ...

Mono Documentation

Documentation for this section has not yet been entered. See Also: XmlNodeReader Members. System.Object System.Xml.XmlReader System.Xml.XmlNodeReader

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