Protected
attachedThe currently attached explorers
Protected
documentThe target document.
The explorer dictionary.
Protected
mmlThe corresponding Mathml node as a string.
Protected
nodeThe node explorers will be attached to.
A highlighter that is used to mark nodes during auto voicing.
The primary highlighter shared by all explorers.
Convenience method to return the speech explorer of the pool with the correct type.
The speech explorer.
Attaches the explorers that are currently meant to be active given the document options. Detaches all others.
Highlights a set of DOM nodes.
The array of HTML nodes to be highlighted.
The target document.
The node explorers will be attached to.
The corresponding Mathml node as a string.
The current math item.
Computes the explorers that need to be reattached after a MathItem is rerendered.
Restarts explorers after a MathItem is rerendered.
Protected
setA highlighter for the explorer.
Protected
setSets the secondary highlighter for marking nodes during autovoicing.
Unhighlights the currently highlighted DOM nodes.
Class to bundle and handle all explorers on a Math item. This in particular means that all explorer share the same highlighter, meaning that there is no uncontrolled interaction between highlighting of different explorers.