Top   Module   Use   Manual   Index 

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

struct AttributeData


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


Elements

string Namespace
Description
the namespace of this XML attribute, This string can be empty if you are not using namespaces
string Type
Description
the type of this XML attribute. For non validating parsers this must be CDATA
string Value
Description
the string value of this XML attribute.
Top of Page