The HTMLElement node class
The Text node class
The Document class
The DOM Adaptor to use for managing HTML elements
The class implementing the MathDocument for this handler (so it can be subclassed by extensions as needed)
The name of the handler class
The priority for the handler when handlers are polled to see which one can process a given document.
Creates a MathDocument for the given handler
The document to be handled
The options for the handling of the document
The MathDocument object that manages the processing
Checks to see if the handler can process a given document
The document to be processed (string, window, etc.)
True if this handler can process the given document
The Handler interface