@mathjax/src
    Preparing search index...

    Class Mml3<N, T, D>

    Class that handles XSLT transform for MathML3 elementary math tags.

    Type Parameters

    • N
    • T
    • D
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    transform: (node: N, doc: MathDocument<N, T, D>) => N

    The function to convert serialized MathML using the XSLT. (Different for browser and node environments.)

    XSLT: string

    The XSLT transform as a string;

    Methods