Org.W3c.Dom.INamedNodeMap Members

The members of Org.W3c.Dom.INamedNodeMap are listed below.

Public Properties

[read-only]
Lengthint. The number of nodes in this map.

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.