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

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

interface XNameReplace

Base Interface
com::sun::star::container::XNameAccess

Description
This is the generic interface for supporting the replacement of named elements.
See also
XContainer


Known Services which Export this Interface

com::sun::star::document::Events is a collection of all events supported by a document or content of a document.
com::sun::star::configuration::GroupUpdate provides write access to a predefined heterogeneous group of values and nested trees as part of a (by name) hierarchy.

Methods' Summary

replaceByName replaces the element with the specified name with the given element.

Methods' Details

replaceByName
 
void
replaceByName(
[ 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 with the specified name with the given element.

Top of Page