service AttributeContainer in module com::sun::star::xml::

(Global Index)

Syntax

service AttributeContainer;

Description

This service describes a container for xml attributes. Each attribute is accessed with its local name, or optionally, its local name with its namespace prefix. The type and value of an attribute is stored in a AttributeData struct. If you use a namespace in the AttributeData , you must use a prefix in the name and you must use a namespace, if you use a prefix.

Exported Interfaces

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

Description

This is the generic interface for supporting the insertion and removal of named elements.


Top of Page