NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNodeList Class

Represents an ordered collection of nodes.

Object
   XmlNodeList

[Visual Basic]
MustInherit Public Class XmlNodeList
   Implements IEnumerable
[C#]
public abstract class XmlNodeList : IEnumerable
[C++]
public __gc __abstract class XmlNodeList : public IEnumerable
[JScript]
public abstract class XmlNodeList implements IEnumerable

Remarks

The XmlNodeList is "live": changes to the children of the node object that it was created from are immediately reflected in the nodes returned by the XmlNodeList properties and methods. The XmlNodeList is not a static snapshot of the content of the node. This is true for every XmlNodeList, including the ones returned by the GetElementsByTagName method.

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlNodeList Members | System.NewXml Namespace