DOMNodeList
Description
Type Tags
None
Object Value
Objects of type DOMNodeList have no value, and it is an error to try to get or set this value.
DOMNodeList.new()
Description
Prototype
DOMNodeList.new ()
Parameters
None
Properties
| Property | Type | Description |
|---|---|---|
| _store | LIBXMLStore | |
| getLength | function | |
| item | function | |
| type | type |
Methods
getLength()
Description
Prototype
DOMNodeListvar.getLength (
DOMNodeList )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMNodeList |
item()
Description
Prototype
DOMNodeListvar.item (
DOMNodeList ,
integer me )
index
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | DOMNodeList | |
| index | None | integer |


