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

interface XHierarchicalNameReplace
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XHierarchicalNameAccess
    |
    +-XHierarchicalNameReplace
Description
* Replacement of hierarchical elements.

Methods' Summary
replaceByHierarchicalName replaces the element at the specified name.
Methods' Details
replaceByHierarchicalName
void
replaceByHierarchicalName(
 
[in] string
[in] any 

raises(

 
aName,
aElement ) 
::com::sun::star::lang::IllegalArgumentException,
NoSuchElementException,
::com::sun::star::lang::WrappedTargetException );

Description
replaces the element at the specified name.
Top of Page