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

service TextUserDefinedAttributesSupplier

Properties' Summary
::com::sun::star::container::XNameContainer
TextUserDefinedAttributes
This container holds the AttributeData elements that represent uninterpreted XML attributes of a text.  
Properties' Details
TextUserDefinedAttributes
::com::sun::star::container::XNameContainer TextUserDefinedAttributes;
Description
This container holds the AttributeData elements that represent uninterpreted XML attributes of a text.

The idea behind this property is that a parser can stow away all attributes that it cannot handle by itself on reading an XML file. When the file is stored again, the unknown attributes can be written back without loss.

The ::com::sun::star::container::XNameContainer supports the service AttributeContainer.


 
Top of Page