Interface MathMLCaseElement

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, Node

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

    • getCaseCondition

      MathMLContentElement getCaseCondition()
      This interface represents the MathML MathMLCaseElement element.
      Returns:
      the requested attribute or element
    • setCaseCondition

      void setCaseCondition(MathMLContentElement caseCondition)
      This interface represents the MathML MathMLCaseElement element.
      Parameters:
      caseCondition - the value to set
    • getCaseValue

      MathMLContentElement getCaseValue()
      This interface represents the MathML MathMLCaseElement element.
      Returns:
      the requested attribute or element
    • setCaseValue

      void setCaseValue(MathMLContentElement caseValue)
      This interface represents the MathML MathMLCaseElement element.
      Parameters:
      caseValue - the value to set