MathMLElement.mtable constructor

MathMLElement.mtable()

Creates a MathMLElement using the tag 'mtable'.

Implementation

MathMLElement.mtable()
    : _ = document.createElementNS(
        'http://www.w3.org/1998/Math/MathML',
        'mtable',
      );