Interface MathMLRadicalElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, Node
All Known Implementing Classes:
AbstractRoot, Mroot, Msqrt

public interface MathMLRadicalElement extends MathMLPresentationElement
This interface extends the MathMLPresentationElement interface for the MathML radical and square root elements mroot and msqrt.
  • Method Details

    • getRadicand

      MathMLElement getRadicand()
      The first child MathMLElement of the MathMLRadicalElement; represents the base of the represented radical.
      Returns:
      value of the radicand attribute.
    • setRadicand

      void setRadicand(MathMLElement radicand)
      setter for the radicand attribute.
      Parameters:
      radicand - new value for radicand.
      See Also:
    • getIndex

      MathMLElement getIndex()
      The second child MathMLElement of the MathMLRadicalElement; represents the index of the represented radical. This must be null for msqrt elements.
      Returns:
      value of the index attribute.
    • setIndex

      void setIndex(MathMLElement index)
      setter for the index attribute.
      Parameters:
      index - new value for index.
      See Also: