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

interface XContentEnumerationAccess
Developers Guide
Text - Iterating over Text
ProUNO - Service Manager - XContentEnumerationAccess Interface

Methods' Summary
createContentEnumeration  
getAvailableServiceNames  
Methods' Details
createContentEnumeration
XEnumeration
createContentEnumeration( [in] string  aServiceName );

Returns
a new enumeration object for the contents of the specified service type.
getAvailableServiceNames
sequence< string >
getAvailableServiceNames();

Returns
all names of services of which instances exist in this object.

XContentEnumerationAccess::createContentEnumeration creates an enumeration for all the service names which are listed here. For all others it creates no enumeration.

Top of Page