XmlNodeList Class
Represents an ordered collection of nodes.
Definition
Members Table
The following table lists the members exposed by the XmlNodeList object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetEnumerator | Provides a simple "foreach" style iteration over the collection of nodes in the XmlNodeList. |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Item | Retrieves a node at the given index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
Properties
| Property | Description |
|---|
| Count | Gets the number of nodes in the XmlNodeList. |
Inheritance Hierarchy
ObjectXmlNodeList
Class Information
| Namespace | System.Xml |
|---|
| Flash Library | System.XML.scl |
|---|
| Flash Library Version | 2.0.0.1690 |
|---|
| Silverlight Library | System.XML.dll |
|---|