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

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

interface XHierarchicalNameContainer

Base Interface
com::sun::star::container::XHierarchicalNameReplace

Description
* Insertion and removal of hierarchical elements.


Methods' Summary

insertByHierarchicalName inserts the element at the specified name.
removeByHierarchicalName removes the element at the specified name.

Methods' Details

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

Description
inserts the element at the specified name.
removeByHierarchicalName
 
void
removeByHierarchicalName(
[ in ] string Name )
raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException );

Description
removes the element at the specified name.

Top of Page