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

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

interface XHierarchicalNameReplace

Base Interface
com::sun::star::container::XHierarchicalNameAccess

Description
* Replacement of hierarchical elements.


Methods' Summary

replaceByHierarchicalName replaces the element at the specified name.

Methods' Details

replaceByHierarchicalName
 
void
replaceByHierarchicalName(
[ in ] string aName,
[ in ] any aElement )
raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException );

Description
replaces the element at the specified name.

Top of Page