@mathjax/src
    Preparing search index...

    Class FindMathML<N, T, D>

    Implements the FindMathML object (extends AbstractFindMath)

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    adaptor: DOMAdaptor<N, T, D>

    The DOMAdaptor for the document being processed

    options: OptionList

    The actual options for this instance

    OPTIONS: OptionList = {}

    Methods

    • Find plain tags

      Parameters

      • node: N

        The container to seaerch for math

      • set: Set<N>

        The set in which to store the math nodes

      Returns void

    • Find namespaced math in XHTML documents (is this really needed?)

      Parameters

      • node: N

        The container to search for math

      • set: Set<N>

        The set in which to store the math nodes

      Returns void

    • Find <m:math> tags (or whatever prefixes there are)

      Parameters

      • node: N

        The container to seaerch for math

      • set: Set<N>

        The set in which to store the math nodes

      Returns void