The MmlNode factory (defaults to MmlFactory if not given)
Protected
nodeHolds the mapping from node kinds to visitor funcitons
Static
defaultAttributes to include on every element of a given kind
Static
renameMmlNode kinds to replace with other names
Static
variantsTranslations for the internal mathvariants
Protected
getThe node whose attributes are to be produced
The attribute list
Protected
getCreate the list of data-mjx-* attributes
The node whose data list is to be generated
The final class attribute list
Protected
getThe node whose kind is needed
The MamlML node name for that kind
Protected
setThe class attribute list
The name for the data-mjx-name attribute
The value of the attribute
The XMLNode to visit
Any arguments needed by the visitor
Any return value needed for the visitor
The TextNode to visit
Any arguments needed by the visitor
Any return value needed for the visitor
The XMLNode to visit
Any arguments needed by the visitor
Any return value needed for the visitor
Protected
Static
methodVisitor functions are named "visitKindNode" where "Kind" is replaced by the node kind; e.g., visitTextNode for kind = text.
The node kind whose method name is needed
The name of the visitor method for the given node kind
Implements the MmlVisitor (subclass of Visitor, and base class for visitors that accept MmlNode trees)