Interface MathMLFencedElement

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

public interface MathMLFencedElement extends MathMLPresentationContainer
This interface extends the MathMLPresentationContainer interface for the MathML fenced content element mfenced.
  • Method Details

    • getOpen

      String getOpen()
      A string representing the opening-fence for the mfenced element, if specified; this is the element's open attribute.
      Returns:
      value of the open attribute.
    • setOpen

      void setOpen(String open)
      setter for the open attribute.
      Parameters:
      open - new value for open.
      See Also:
    • getClose

      String getClose()
      A string representing the closing-fence for the mfenced element, if specified; this is the element's close attribute.
      Returns:
      value of the close attribute.
    • setClose

      void setClose(String close)
      setter for the close attribute.
      Parameters:
      close - new value for close.
      See Also:
    • getSeparators

      String getSeparators()
      A string representing any separating characters inside the mfenced element, if specified; this is the element's separators attribute.
      Returns:
      value of the separators attribute.
    • setSeparators

      void setSeparators(String separators)
      setter for the separators attribute.
      Parameters:
      separators - new value for separators.
      See Also: