Difference between revisions of "lure.dom.namednodemap"

Line 12: Line 12:
 
! align="left" style="padding-left:10px;" | Implemented
 
! align="left" style="padding-left:10px;" | Implemented
 
|-
 
|-
|
+
| length
| align="left" style="padding-left:10px;" |
+
| align="left" style="padding-left:10px;" |Returns the number of nodes in the list
| align="left" style="padding-left:10px;" |
+
| align="left" style="padding-left:10px;" |Yes
 
|}
 
|}
  
Line 26: Line 26:
 
! align="left" style="padding-left:10px;" | Implemented
 
! align="left" style="padding-left:10px;" | Implemented
 
|-
 
|-
|
+
|getNamedItem()
| align="left" style="padding-left:10px;" |
+
| align="left" style="padding-left:10px;" |Returns the specified node (by name)
| align="left" style="padding-left:10px;" |
+
| align="left" style="padding-left:10px;" |Yes
 +
|-
 +
|item()
 +
| align="left" style="padding-left:10px;" |Returns the node at the specified index
 +
| align="left" style="padding-left:10px;" |Yes
 +
|-
 +
|removeNamedItem()
 +
| align="left" style="padding-left:10px;" |Removes the specified node (by name)
 +
| align="left" style="padding-left:10px;" |Yes
 +
|-
 +
|setNamedItem()
 +
| align="left" style="padding-left:10px;" |Sets the specified node (by name)
 +
| align="left" style="padding-left:10px;" |Yes
 
|}
 
|}
  

Revision as of 06:54, 3 November 2011

DOM NamedNodeMap Object

Desc

DOM 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

DOM 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

DOM NamedNodeMap Inherited Properties

This Object does not inherit Properties from any base Object

DOM NamedNodeMap Inherited Methods

This Object does not inherit Methods from any base Object