* Create child element {@odf.element math:math}.
*
* @return the element {@odf.element math:math}
*/
public MathMathElement newMathMathElement() {
MathMathElement mathMath = ((OdfFileDom) this.ownerDocument).newOdfElement(MathMathElement.class);
this.appendChild(mathMath);
return mathMath;
}