|
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 ...
|
|
... Load("..\\files\\mycoll.xml"); System.Xml.XmlNode node; node = doc.FirstChild; while (!node.Name.Equals("Collection")) node = node.NextSibling; System.Xml.XmlNodeReader r ...
|
|
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.
|
|
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 ...
|
|
System.Object System.Xml.XmlReader System.Xml.XmlNodeReader System.Xml.XmlTextReader System.Xml.XmlValidatingReader
|
|
System.Xml.XmlNodeReader: System.Xml.XmlNotation: System.Xml.XmlParserContext ... .NET System.XML Class Reference. .NET provides a comprehensive set of classes ...
|
|
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.
|
|
The members of System.Xml.XmlNodeReader are listed below. See Also: Inherited members from System.Xml.XmlReader [ ...
|
|
Documentation for this section has not yet been entered. See Also: XmlNodeReader Members. System.Object System.Xml.XmlReader System.Xml.XmlNodeReader
|