Interface MathMLUnderOverElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, Node
All Known Implementing Classes:
MathMLUnderOverElementImpl

public interface MathMLUnderOverElement extends MathMLPresentationElement
This interface represents the MathML MathMLUnderOverElement element.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getAccentunder

      String getAccentunder()
      This interface represents the MathML MathMLUnderOverElement element.
      Returns:
      the requested attribute or element
    • setAccentunder

      void setAccentunder(String accentunder)
      This interface represents the MathML MathMLUnderOverElement element.
      Parameters:
      accentunder - the value to set
    • getAccent

      String getAccent()
      This interface represents the MathML MathMLUnderOverElement element.
      Returns:
      the requested attribute or element
    • setAccent

      void setAccent(String accent)
      This interface represents the MathML MathMLUnderOverElement element.
      Parameters:
      accent - the value to set
    • getBase

      MathMLElement getBase()
      This interface represents the MathML MathMLUnderOverElement element.
      Returns:
      the requested attribute or element
    • setBase

      void setBase(MathMLElement base)
      This interface represents the MathML MathMLUnderOverElement element.
      Parameters:
      base - the value to set
    • getUnderscript

      MathMLElement getUnderscript()
      This interface represents the MathML MathMLUnderOverElement element.
      Returns:
      the requested attribute or element
    • setUnderscript

      void setUnderscript(MathMLElement underscript) throws DOMException
      This interface represents the MathML MathMLUnderOverElement element.
      Parameters:
      underscript - the value to set
      Throws:
      DOMException - if an error occurs
    • getOverscript

      MathMLElement getOverscript()
      This interface represents the MathML MathMLUnderOverElement element.
      Returns:
      the requested attribute or element
    • setOverscript

      void setOverscript(MathMLElement overscript) throws DOMException
      This interface represents the MathML MathMLUnderOverElement element.
      Parameters:
      overscript - the value to set
      Throws:
      DOMException - if an error occurs