Interface MathMLFencedElement

All Superinterfaces:
Element, MathMLContainer, MathMLElement, MathMLPresentationContainer, MathMLPresentationElement, Node
All Known Implementing Classes:
MathMLFencedElementImpl

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

    • getOpen

      String getOpen()
      This interface represents the MathML MathMLFencedElement element.
      Returns:
      the requested attribute or element
    • setOpen

      void setOpen(String open)
      This interface represents the MathML MathMLFencedElement element.
      Parameters:
      open - the value to set
    • getClose

      String getClose()
      This interface represents the MathML MathMLFencedElement element.
      Returns:
      the requested attribute or element
    • setClose

      void setClose(String close)
      This interface represents the MathML MathMLFencedElement element.
      Parameters:
      close - the value to set
    • getSeparators

      String getSeparators()
      This interface represents the MathML MathMLFencedElement element.
      Returns:
      the requested attribute or element
    • setSeparators

      void setSeparators(String separators)
      This interface represents the MathML MathMLFencedElement element.
      Parameters:
      separators - the value to set