Abstract
The HTMLElement node class
The Text node class
The Document class
The document (HTML string, parsed DOM, etc.) to be processed
The DOM adaptor for this document
The options for this document
Protected
_The render action promise list
Protected
_Promise for the current typeset or conversion action (used to chain the promise-based calls so they don't overlap).
The DOM adaptor for the document
The document managed by this MathDocument
The list of input jax for the document
The list of MathItems for this document
The MathML node factory for the internal MathML representation
The actual options for this document (with user-supplied ones merged in)
The output jax for the document
The bit-field used to tell what steps have been taken on the document (for retries)
The list of render actions
Static
KINDThe type of MathDocument
Static
OPTIONSThe default options for the document
Static
ProcessA bit-field for the actions that have been processed
Protected
compile
Implements the abstract MathDocument class