@mathjax/src
    Preparing search index...

    Class AbstractMmlEmptyNodeAbstract

    The abstract MmlNode Empty Class (extends AbstractEmptyNode, implements MmlNode)

    These have no children and no attributes (TextNode and XMLNode), so we override all the methods dealing with them, and with the data that usually goes with an MmlNode.

    Hierarchy (View Summary)

    Implements

    Index
    childNodes: MmlNode[]

    The NodeFactory to use to create new nodes when needed

    parent: MmlNode

    Parent is an MmlNode

    properties: PropertyList = {}

    The properties for this node

    • get kind(): string

      Returns string

    • get linebreakAlign(): string

      Returns string

      Don't set the indentalign and indentshift attributes in this case

    • get linebreakContainer(): boolean

      Returns boolean

      Not a container of any kind

    • Parameters

      • _id: string
      • _args: string[]
      • _options: PropertyList
      • _short: boolean = false

      Returns MmlNode

    • No children or attributes, so ignore this call.

      Parameters

      • _options: PropertyList

        The options for the check

      Returns void