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

interface XNodeList

Methods' Summary
getLength  
item Returns a node specified by index in the collection.  
Methods' Details
getLength
long
getLength();

item
XNode
item( [in] long  index );

Description
Returns a node specified by index in the collection.
Top of Page