@mathjax/src
    Preparing search index...

    Class ChtmlWrapperFactory<N, T, D>

    The ChtmlWrapperFactory class for creating ChtmlWrapper nodes

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    defaultKind: string = 'unknown'

    The default kind

    jax: CHTML = null

    The output jax associated with this factory

    node: { [kind: string]: (...args: any[]) => ChtmlWrapper } = {}

    An object containing functions for creating the various node kinds

    nodeMap: Map<string, ChtmlWrapperClass<N, T, D>> = ...

    The map of node kinds to node classes

    defaultNodes: { [kind: string]: ChtmlWrapperClass<any, any, any> } = ChtmlWrappers

    The default list of wrapper nodes this factory can create

    Accessors

    Methods