Readonly
arityThe expected number of children (-1 means use inferred mrow)
The attributes (explicit and inherited) for this node
@ override
Readonly
factoryThe NodeFactory to use to create additional nodes, as needed
Readonly
isTest various properties of MathML nodes
The actual parent in the tree
Readonly
ParentGet the parent node (skipping inferred mrows and other nodes marked as notParent)
The TeX class for this node
A child node whose index in childNodes is desired
The index of the child in childNodes, or null if not found
The index of this node in its parent's childNodes array.
Optional
keepIds: booleanTrue if id attributes should be preserved
A copy of the MmlNode and its children (without inherited attributes)
For embellished operators, the child node that contains the
core
For embellished operators, the index of the child node containing
the core
For embellished operators, the core
The kind of nodes to be located in the tree
An array of nodes that are children (at any depth) of the given kind
The propery list containing all the properties of the node
The name of the property to get
The value of the named property
An array of the names of every property currently defined
The core mo element has an explicit 'form', 'lspace', or 'rspace' attribute
Set the nodes inherited attributes based on the attributes of the given node (used for creating extra nodes in the tree after setInheritedAttributes has already run)
The node whose attributes are to be used as a template
The type of node to test for
True when the node is of the given type
Replace the current node with an error message (or the name of the node)
The error message to use
The options telling how much to verify
Optional
short: booleanTrue means use just the kind if not using full errors
The construted merror
The names of the properties to be removed
The child nodes to add to this node
Sets the nodes inherited attributes, and pushes them to the nodes children.
The list of inheritable attributes (with the node kinds from which they came)
The displaystyle to inherit
The scriptlevel to inherit
The TeX prime style to inherit (T vs. T', etc).
The name of the property to set
The value to which the property will be set
The spacing to use before this element (one of TEXSPACELENGTH array above)
Check integrity of MathML structure
Optional
options: PropertyListThe options controlling the check
A function to apply to each node in the tree rooted at this node
Optional
data: anyData to pass to the function (as state information)
The MmlNode interface (extends Node interface)