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 | |
![]() |
Count | int | Gets the number of attributes in the collection. |
![]() |
ItemOf(Index) | object | Gets the attribute with the specified index. |
Methods
Name | Description | |
![]() |
Append(pNode) | Adds the specified attribute as the last node in the collection. |
![]() |
Contains(AttributeName) | True if the specified attribute name is within the collection. |
![]() |
Create | Initializes a new instance of the class. |
![]() |
GetNamedItem(Name) | Retrieves an attribute for the specified node. |
![]() |
InsertAfter(pNewNode, pRefNode) | Insert the specified attribute immediately after the specified reference attribute. |
![]() |
InsertBefore(pNewNode, pRefNode) | Insert the specified attribute immediately before the specified reference attribute. |
![]() |
PrependChild(pNewNode) | Adds the specified attribute as the first node in the collection. |
![]() |
RemoveAll | Removes all attributes from the collection. |
![]() |
RemoveAt(i) | Replaces the attribute at the specified index in the collection. |
![]() |
RemoveNamedItem(Name) | Removes the specified node from the node collection. |
![]() |
SetNamedItem(pNewNode) | Adds the specified node to the node collection. |
Inheritance Hierarchy
elsystem.xml.XmlAttributeCollection