XmlAttributeCollection (Class)

Defines the structure for a collection of attributes that can be accessed by name or index.  

Namespace: elsystem.xml

Properties
  Name Type Description
Public property Count int Gets the number of attributes in the collection.
Public property ItemOf(Index) object Gets the attribute with the specified index.
Methods
  Name Description
Public property Append(pNode) Adds the specified attribute as the last node in the collection.
Public property Contains(AttributeName) True if the specified attribute name is within the collection.
Public property Create Initializes a new instance of the class.
Public property GetNamedItem(Name) Retrieves an attribute for the specified node.
Public property InsertAfter(pNewNode, pRefNode) Insert the specified attribute immediately after the specified reference attribute.
Public property InsertBefore(pNewNode, pRefNode) Insert the specified attribute immediately before the specified reference attribute.
Public property PrependChild(pNewNode) Adds the specified attribute as the first node in the collection.
Public property RemoveAll Removes all attributes from the collection.
Public property RemoveAt(i) Replaces the attribute at the specified index in the collection.
Public property RemoveNamedItem(Name) Removes the specified node from the node collection.
Public property SetNamedItem(pNewNode) Adds the specified node to the node collection.
Inheritance Hierarchy

elsystem.Object

elsystem.xml.XmlAttributeCollection