The defaults for this node type
The global properties (from the math node)
Protected
attributesThe attributes explicitly set on a node
Protected
defaultsThe default attributes for the node type
Protected
globalGlobal attributes from the math node itself
Protected
inheritedThe attributes inherited from parent nodes
The name of the attribute whose value is to be returned
The value of the named attribute (including inheritance and defaults)
The attribute object
The defaults object
The global object
The inherited object
The name of a default attribute whose value is to be returned
The value of the named attribute if a default exists for it, null otherwise
The names of all the default attributes for the node
The value of the attribute whose value is to be returned
The attribute whose name was given if it is explicit on the node (not inherited or defaulted), null otherwise
The names of all the attributes explicitly set on the node
The names of all the global attributes
The name of an inherited attribute whose value is to be returned
The value of the named attribute if it is inherited, null otherwise
The names of all the inherited attributes for the node
The names of attributes whose values are to be returned
An object containing the attributes and their values
The name of an attribute to test for the existence of a default
True of there is a default for the named attribute, false otherwise
The value of the attribute whose presence is to be checked
True if the attribute is explicitly given on this node
The attribute names to look for.
True if one of the names is an explicit attribute, false otherwise
The name of a attribute to check
True if attribute is set explicitly or inherited from an explicit mstyle or math attribute
The name of the attribute to set
The value to give the named attribute
The name of an inherited attribute to be set
The value to assign to the named attribute
An object containing the properties to set
The name of the attribute to remove
Implements the Attributes class for MmlNodes (These can be set explicitly, inherited from parent nodes, taken from a default list of values, or taken from global defaults.)