@mathjax/src
    Preparing search index...

    Implements a lightweight DOMAdaptor on liteweight HTML elements

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    canMeasureNodes: boolean = true

    True when the adaptor can measure DOM node sizes

    document: LiteDocument

    The document in which the HTML nodes will be created

    parser: LiteParser

    The parser for serialized HTML

    window: LiteWindow

    The window for the document

    Methods

    • Parameters

      • node: LiteElement

        The node to be searched

      • name: string

        The name of the attribute to find

      • value: string

        The value of the attribute to match

      • stop: number = null

        Number of elements to collect

      Returns LiteElement[]

      The nodes with the given attribute