interface XHierarchicalName in module com::sun::star::container::

(Global Index)

Syntax

interface XHierarchicalName : 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

XHierarchicalNameAccess

See also

XNamed

Method Summary

getHierarchicalName

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

Method Details



getHierarchicalName

Syntax

string getHierarchicalName ();

Description

Returns

the fully qualified hierarchical name of the object.

composeHierarchicalName

Syntax

string composeHierarchicalName (
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