MathMLElement.annotation_xml constructor

MathMLElement.annotation_xml()

Creates a MathMLElement using the tag 'annotation-xml'.

Implementation

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