Version 0.9  What is XML4Ada95?  Installation  How-To  API  Download 

COUNTER
counter


NodeList - item

Specification

function item
   (Self : in DOMNodeList;
    index : in Unsigned_Long)
   return DOMNode;

Description

Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

Parameters

indexIndex into the collection.


Return value

The node at the indexth position in the NodeList, or null if that is not a valid index.

Exceptions

This method raises no exceptions.

Standard

Introduced in DOM Level 1.


item get_length

e-Mail: denny@nodix.de

design shareright © 2002 Phlash  
inhalt © 2003-04 Zdenko Denny Vrandecic  
last update: 14.01.2004 website created by XML4Ada95 DocGen