:: com :: sun :: star :: xml ::

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 - Summary
::com::sun::star::container::XNameContainer
(referenced entity's summary:)
This is the generic interface for supporting the insertion and removal of named elements.
Exported Interfaces - Details
::com::sun::star::container::XNameContainer
(referenced entity's summary:)
This is the generic interface for supporting the insertion and removal of named elements.

 
Top of Page