Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XHierarchicalName

Base Interface
com::sun::star::uno::XInterface

Description
specifies the fully qualified name of the object within a hierarchy.

The name is generally globally unique in the hierarchy.

See also
com::sun::star::container::XHierarchicalNameAccess
See also
com::sun::star::container::XNamed


Known Services which Export this Interface

com::sun::star::configuration::HierarchyElement provides information about an element within a (by name) hierarchy.

Methods' Summary

getHierarchicalName
composeHierarchicalName builds the hierarchical name of an object, given a relative name

Methods' Details

getHierarchicalName
 
string
getHierarchicalName();
Returns
the fully qualified hierarchical name of the object.
composeHierarchicalName
 
string
composeHierarchicalName(
[ in ] string aRelativeName )
raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::NoSupportException );

Description
builds the hierarchical name of an object, given a relative name

Can be used to find the name of a descendant object in the hierarchy without actually accessing it.

See also
XHierarchicalNameAccess::hasByHierarchicalName

Top of Page