@mathjax/src
    Preparing search index...

    Class AbstractDOMAdaptor<N, T, D>Abstract

    Abstract DOMAdaptor class for creating HTML elements

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Hierarchy (View Summary)

    Implements

    Index
    canMeasureNodes: boolean = true

    True when the adaptor can measure DOM node sizes

    document: D

    The document in which the HTML nodes will be created

    • Parameters

      • kind: string

        The type of the node to create

      • Optionalns: string

        The optional namespace in which to create the node

      Returns N

      The created node

    • Parameters

      • node: N
      • Optionalem: number
      • Optionallocal: boolean

      Returns [number, number]