Org.W3c.Dom.INamedNodeMap: Method Members

The methods of Org.W3c.Dom.INamedNodeMap are listed below. For a list of all members, see the INamedNodeMap Members list.

Public Methods

GetNamedItem(string) : INode
Retrieves a node specified by name.
GetNamedItemNS(string, string) : INode
Retrieves a node specified by local name and namespace URI.
Item(int) : INode
Returns the indexth item in the map.
RemoveNamedItem(string) : INode
Removes a node specified by name.
RemoveNamedItemNS(string, string) : INode
Removes a node specified by local name and namespace URI.
SetNamedItem(INode) : INode
Adds a node using its nodeName attribute.
SetNamedItemNS(INode) : INode
Adds a node using its namespaceURI and localName.