19#ifndef __com_sun_star_container_XNameAccess_idl__
20#define __com_sun_star_container_XNameAccess_idl__
29module
com { module sun { module star { module container {
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:35
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:38
This is the base interface of all collection interfaces.
Definition XElementAccess.idl:34
is used to access named objects within a container.
Definition XNameAccess.idl:40
sequence< string > getElementNames()
any getByName([in] string aName)
boolean hasByName([in] string aName)
Definition Ambiguous.idl:22