Interface MathMLStringLitElement

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

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

    • getLquote

      String getLquote()
      This interface represents the MathML MathMLStringLitElement element.
      Returns:
      the requested attribute or element
    • setLquote

      void setLquote(String lquote)
      This interface represents the MathML MathMLStringLitElement element.
      Parameters:
      lquote - the value to set
    • getRquote

      String getRquote()
      This interface represents the MathML MathMLStringLitElement element.
      Returns:
      the requested attribute or element
    • setRquote

      void setRquote(String rquote)
      This interface represents the MathML MathMLStringLitElement element.
      Parameters:
      rquote - the value to set