NamedNodeMap Class |
Namespace: Aspose.Svg.Collections
The NamedNodeMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Returns the index-th item in the map. If index is greater than or equal to the number of nodes in this map, this returns null.
|
![]() | ItemString |
Gets the Attr with the specified name.
|
![]() | Length |
The number of nodes in this map.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetNamedItem |
Retrieves a node specified by name.
|
![]() | GetNamedItemNS |
Retrieves a node specified by local name and namespace URI.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveNamedItem |
Removes a node specified by name.
|
![]() | RemoveNamedItemNS |
Removes a node specified by local name and namespace URI.
|
![]() | SetNamedItem |
Adds a node using its nodeName attribute. If a node with that name is already present in this map, it is replaced by the new one. Replacing a node by itself has no effect.
|
![]() | SetNamedItemNS |
Adds a node using its namespaceURI and localName. If a node with that namespace URI and that local name is already present in this map, it is replaced by the new one. Replacing a node by itself has no effect.
|
![]() | ToString | (Inherited from Object.) |