Methods
The following methods are defined in the XmlNamedNodeMap class.
| Name | Description |
|---|---|
| GetNamedItem | Fetch the node by name |
| GetNamedItemNS | Retrieving a node by specifying a namespace URI and name |
| Item | Extract the node by specifying the index |
| NextNode | Extract the next node |
| RemoveNamedItem | Delete the node by name |
| RemoveNamedItemNS | Delete the node by specifying the namespace URI and name |
| Reset | Resets the fetch position of the NextNode method |
| SetNamedItem | Set the node by specifying the XmlNode object |
| SetNamedItemNS | Set the node by specifying the XmlNode object |
Access
R: Readable W: Writable C: Initializable