mlreportgen.dom.CustomAttribute Class
Namespace: mlreportgen.dom
Superclasses:
Custom element attribute
Description
Custom element attribute.
Construction
creates
an empty custom attribute.customAttributeObj
= CustomAttribute
creates an attribute having the specified customAttributeObj
= CustomAttribute(name
)name
.
creates an attribute having the specified customAttributeObj
= CustomAttribute(name
,value
)name
and
value
.