Difference between revisions of "lure.dom.namednodemap"

 
Line 1: Line 1:
== DOM NamedNodeMap Object ==
+
== NamedNodeMap Object ==
  
 
Desc
 
Desc
  
== DOM NamedNodeMap Properties ==
+
== NamedNodeMap Properties ==
  
 
Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.
 
Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.
Line 17: Line 17:
 
|}
 
|}
  
== DOM NamedNodeMap Methods ==
+
== NamedNodeMap Methods ==
  
 
Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.
 
Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.
Line 43: Line 43:
 
|}
 
|}
  
== DOM NamedNodeMap Inherited Properties ==
+
== NamedNodeMap Inherited Properties ==
  
 
This Object does not inherit Properties from any base Object
 
This Object does not inherit Properties from any base Object
  
== DOM NamedNodeMap Inherited Methods ==
+
== NamedNodeMap Inherited Methods ==
  
 
This Object does not inherit Methods from any base Object
 
This Object does not inherit Methods from any base Object

Latest revision as of 08:19, 3 November 2011

NamedNodeMap Object

Desc

NamedNodeMap Properties

Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.

Property Description Implemented
length Returns the number of nodes in the list Yes

NamedNodeMap Methods

Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.

Method Description Implemented
getNamedItem() Returns the specified node (by name) Yes
item() Returns the node at the specified index Yes
removeNamedItem() Removes the specified node (by name) Yes
setNamedItem() Sets the specified node (by name) Yes

NamedNodeMap Inherited Properties

This Object does not inherit Properties from any base Object

NamedNodeMap Inherited Methods

This Object does not inherit Methods from any base Object