Method |
Description |
Get Array |
Returns the array of nodes in NamedNodeMap. Details |
Get Named Item |
Retrieves a node using a name you specify. Details |
Get Named Item NS |
Retrieves a node using a local name and namespace URI you specify. Details |
Item |
Returns the indexth item in the map. If index is greater than or equal to the number of nodes in the map, the method returns an invalid reference. Details |
Remove Named Item |
Removes a node using a name you specify. Details |
Remove Named Item NS |
Removes a node using a local name and namespace URI you specify. Details |
Set Named Item |
Adds an attribute to the NamedNodeMap. Details |
Set Named Item NS |
Adds a node using a local name and namespace URI you specify. Details |