Package: mlreportgen.dom
Superclasses:
Custom element attribute
Custom element attribute.
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
.