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

interface XNodeList

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

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

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