Interface MathMLMathElement

All Superinterfaces:
Element, MathMLContainer, MathMLElement, Node
All Known Implementing Classes:
MathMLMathElementImpl

public interface MathMLMathElement extends MathMLElement, MathMLContainer
This interface represents the top-level math element in MathML. It serves as a container for all MathML expressions.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getMacros

      String getMacros()
      Returns the macros attribute of this element.
      Returns:
      the macros.
    • setMacros

      void setMacros(String macros)
      Sets the macros attribute of this element.
      Parameters:
      macros - the macros to set.
    • getDisplay

      String getDisplay()
      Returns the display attribute of this element.
      Returns:
      the display mode (e.g., "block" or "inline").
    • setDisplay

      void setDisplay(String display)
      Sets the display attribute of this element.
      Parameters:
      display - the display mode to set.