Interface MathMLStringLitElement

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, MathMLPresentationToken, Node
All Known Implementing Classes:
Ms

public interface MathMLStringLitElement extends MathMLPresentationToken
This interface extends the MathMLPresentationToken interface for the MathML string literal element ms.
  • Method Details

    • getLquote

      String getLquote()
      A string giving the opening delimiter for the string literal; represents the lquote attribute for the ms element, if specified.
      Returns:
      value of the lquote attribute.
    • setLquote

      void setLquote(String lquote)
      setter for the lquote attribute.
      Parameters:
      lquote - new value for lquote.
      See Also:
    • getRquote

      String getRquote()
      A string giving the closing delimiter for the string literal; represents the rquote attribute for the ms element, if specified.
      Returns:
      value of the rquote attribute.
    • setRquote

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