@mathjax/src
    Preparing search index...

    Class HTMLAdaptor<N, T, D>

    Abstract HTMLAdaptor class for manipulating HTML elements (subclass of AbstractDOMAdaptor)

    N = HTMLElement node class T = Text node class D = Document class

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    canMeasureNodes: boolean = true

    The HTML adaptor can measure DOM node sizes

    document: D

    The document in which the HTML nodes will be created

    parser: MinDOMParser<D>

    The DOMParser used to parse a string into a DOM tree

    window: MinWindow<N, D>

    The window object for this adaptor

    Methods