@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

    Constructors

    Properties

    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

    Accessors

    • 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

    Methods