GOA - System.Xml.XmlNodeList

XmlNodeList Class


Represents an ordered collection of nodes.

Definition

public abstract class XmlNodeList: Object, IEnumerable

Members Table

MethodDescription
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorProvides a simple "foreach" style iteration over the collection of nodes in the XmlNodeList.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ItemRetrieves a node at the given index.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
CountGets the number of nodes in the XmlNodeList.

Inheritance Hierarchy

Object
XmlNodeList

Class Information

NamespaceSystem.Xml
Flash LibrarySystem.XML.scl
Flash Library Version2.0.0.1690
Silverlight LibrarySystem.XML.dll



© 2003-2007 NETiKA Technologies. All rights reserved.