Interface MathMLIntervalElement

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, Node

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

    • getClosure

      String getClosure()
      This interface represents the MathML MathMLIntervalElement element.
      Returns:
      the requested attribute or element
    • setClosure

      void setClosure(String closure)
      This interface represents the MathML MathMLIntervalElement element.
      Parameters:
      closure - the value to set
    • getStart

      MathMLCnElement getStart()
      This interface represents the MathML MathMLIntervalElement element.
      Returns:
      the requested attribute or element
    • setStart

      void setStart(MathMLCnElement start)
      This interface represents the MathML MathMLIntervalElement element.
      Parameters:
      start - the value to set
    • getEnd

      MathMLCnElement getEnd()
      This interface represents the MathML MathMLIntervalElement element.
      Returns:
      the requested attribute or element
    • setEnd

      void setEnd(MathMLCnElement end)
      This interface represents the MathML MathMLIntervalElement element.
      Parameters:
      end - the value to set