Interface MathMLRadicalElement

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

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

    • getRadicand

      MathMLElement getRadicand()
      This interface represents the MathML MathMLRadicalElement element.
      Returns:
      the requested attribute or element
    • setRadicand

      void setRadicand(MathMLElement radicand)
      This interface represents the MathML MathMLRadicalElement element.
      Parameters:
      radicand - the value to set
    • getIndex

      MathMLElement getIndex()
      This interface represents the MathML MathMLRadicalElement element.
      Returns:
      the requested attribute or element
    • setIndex

      void setIndex(MathMLElement index)
      This interface represents the MathML MathMLRadicalElement element.
      Parameters:
      index - the value to set