:: com :: sun :: star :: xml :: dom ::

interface XNodeList

Methods' Summary
getLength The number of nodes in the list.  
item Returns the indexth item in the collection.  
Methods' Details
getLength
long
getLength();

Description
The number of nodes in the list.
item
XNode
item( [in] long  index );

Description
Returns the indexth item in the collection.
Top of Page