@mathjax/src
    Preparing search index...

    The LinkedomAdaptor class

    Hierarchy (View Summary)

    • HTMLAdaptor<HTMLElement, Text, Document, this>
      • LinkedomAdaptor
    Index

    Properties

    canMeasureNodes: boolean = true

    The HTML adaptor can measure DOM node sizes

    document: Document

    The document in which the HTML nodes will be created

    parser: MinDOMParser<Document>

    The DOMParser used to parse a string into a DOM tree

    window: MinWindow<HTMLElement, Document>

    The window object for this adaptor

    Methods

    • Parameters

      • nodes: (string | HTMLElement | HTMLElement[])[]
      • _document: Document

      Returns HTMLElement[]

    • Parameters

      • kind: string
      • def: OptionList = {}
      • children: (HTMLElement | Text)[] = []
      • Optionalns: string

      Returns HTMLElement

    • Parameters

      • node: HTMLElement

      Returns { bottom: number; left: number; right: number; top: number }

    • Parameters

      • nnode: HTMLElement | Text
      • onode: HTMLElement | Text

      Returns HTMLElement | Text