The Text node class
The Document class
The DOMAdaptor for the MathDocument for this input jax
Protected
configurationThe configuration of the TeX jax.
Protected
findThe FindTeX instance used for locating TeX in strings
Protected
latexThe LaTeX code that is parsed.
Protected
mathThe Math node that results from parsing.
The MathML node factory
The actual options supplied to the input jax
Filters to run on the generated MathML after the TeX string is processed
Filters to run on the TeX string before it is processed
Static
NAMEName of input jax.
Static
OPTIONSDefault options for the jax.
The name of this input jax class
The parse options that configure this JaX instance.
True means find math in string array, false means in DOM element
Protected
executeExecute a set of filters, passing them the MathItem and any needed data, and return the (possibly modified) data
The list of functions to be performed
The math item that is being processed
The math document containg the math item
Whatever other data is needed
The (possibly modified) data
Protected
Static
configureInitialises the configurations.
Names of packages.
The configuration object.
Protected
Static
tagsInitialises the Tags factory. Add tagging structures from packages and set tagging to given default.
The parse options.
The configuration.
The HTMLElement node class