:: com :: sun :: star :: container ::

interface XComponentEnumeration
Base Interfaces
XComponentEnumerationXEnumeration

XEnumeration
(referenced interface's summary:)
provides functionality to enumerate the contents of a container.
Description
provides a typified enumeration through components.

Methods' Summary
nextComponent  
Methods' Details
nextComponent
::com::sun::star::lang::XComponent
nextComponent()
raises( NoSuchElementException );

Returns
the next component of this enumeration.
Throws
NoSuchElementException if no more elements exist.
Top of Page