Difference between revisions of "lure.dom.nodelist"

 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== DOM NodeList Object ==
+
== NodeList Object ==
  
 
Desc
 
Desc
  
== DOM NodeList Properties ==
+
== NodeList 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.
  
 
{|
 
{|
! align="left" | Properties
+
! align="left" | Property
 
! align="left" style="padding-left:10px;" | Description
 
! align="left" style="padding-left:10px;" | Description
 
! 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 a node list
| align="left" style="padding-left:10px;" |
+
| align="left" style="padding-left:10px;" |Yes
 
|}
 
|}
  
== DOM NodeList Methods ==
+
== NodeList 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 26: Line 26:
 
! align="left" style="padding-left:10px;" | Implemented
 
! align="left" style="padding-left:10px;" | Implemented
 
|-
 
|-
|
+
| item()
| align="left" style="padding-left:10px;" |
+
| align="left" style="padding-left:10px;" |Returns the node at the specified index in a node list
| align="left" style="padding-left:10px;" |
+
| align="left" style="padding-left:10px;" |Yes
 +
|-
 +
| addItem()
 +
| align="left" style="padding-left:10px;" |Adds a node to the nodeList object
 +
| align="left" style="padding-left:10px;" |Yes
 +
|-
 +
| removeItem()
 +
| align="left" style="padding-left:10px;" |Removes a node from the nodeList object
 +
| align="left" style="padding-left:10px;" |Yes
 
|}
 
|}
  
== DOM NodeList Inherited Properties ==
+
== NodeList Inherited Properties ==
  
 
This Object does not inherit Properties from any base Object
 
This Object does not inherit Properties from any base Object
  
== DOM NodeList Inherited Methods ==
+
== NodeList 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:24, 3 November 2011

NodeList Object

Desc

NodeList 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 a node list Yes

NodeList Methods

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

Method Description Implemented
item() Returns the node at the specified index in a node list Yes
addItem() Adds a node to the nodeList object Yes
removeItem() Removes a node from the nodeList object Yes

NodeList Inherited Properties

This Object does not inherit Properties from any base Object

NodeList Inherited Methods

This Object does not inherit Methods from any base Object