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

interface XNodeList
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XNodeList
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces

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