The HTMLElement node class
The Text node class
The Document class
The DOM adaptor for managing HTML elements
The MmlFactory for this input jax
The name of the input jax subclass (e.g,. 'TeX')
The options for this input jax instance
Lists of pre- and post-filters to call before and after processing the input
Whether this input jax processes string arrays or DOM nodes (TeX and AsciiMath process strings, MathML processes DOM nodes)
Finds the math within the DOM or the list of strings
The element or array of strings to be searched for math
Optional
options: OptionListThe options for the search, if any
Array of proto math items found (further processed by the handler to produce actual MathItem objects)
Do any initialization that depends on the document being set up
Reset any needed features of the input jax
The arguments needed by the reset operation
The adaptor to use in this jax
The MmlFactory to use in this jax
The InputJax interface