User`s guide
12 Classes – Alphabetical List
12-60
mlreportgen.dom.CustomAttribute class
Package: mlreportgen.dom
Custom element attribute
Description
Custom element attribute.
Construction
customAttributeObj = CustomAttribute() creates an empty custom attribute.
customAttributeObj = CustomAttribute(name) creates an attribute having the
specified name.
customAttributeObj = CustomAttribute(name,value) creates an attribute
having the specified name and value.
Input Arguments
name — Attribute name
string
Attribute name, specified as a string.
value — Attribute value
string
Attribute value, specified as a string.
Output Arguments
customAttributeObj — Custom attribute
mlreportgen.dom.CustomAttribute object
Custom attribute, represented by an mlreportgen.dom.CustomAttribute object.