Interface MathMLConditionElement

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, Node
All Known Implementing Classes:
MathMLConditionElementImpl

public interface MathMLConditionElement extends MathMLContentElement
The condition element is the container element for the condition in a MathML content element (like forall, exists, etc.).
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getCondition

      MathMLApplyElement getCondition()
      Returns the child condition element.
      Returns:
      the MathMLApplyElement that represents the condition.
    • setCondition

      void setCondition(MathMLApplyElement condition)
      Sets the child condition element.
      Parameters:
      condition - the MathMLApplyElement to set as the condition.