LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
AttributeData Struct Referencepublished

store the type and value of an XML attribute inside a XNameContainer More...

import"AttributeData.idl";

Public Attributes

string Namespace
 the namespace of this XML attribute. More...
 
string Type
 the type of this XML attribute. More...
 
string Value
 the string value of this XML attribute. More...
 

Detailed Description

store the type and value of an XML attribute inside a XNameContainer

Member Data Documentation

◆ Namespace

string Namespace

the namespace of this XML attribute.

This string can be empty if you are not using namespaces.

◆ Type

string Type

the type of this XML attribute.

For non validating parsers this must be CDATA.

◆ Value

string Value

the string value of this XML attribute.


The documentation for this struct was generated from the following file: