Interface MathMLPresentationToken

All Superinterfaces:
Element, MathMLElement, MathMLPresentationElement, Node
All Known Subinterfaces:
MathMLOperatorElement, MathMLStringLitElement
All Known Implementing Classes:
MathMLPresentationTokenImpl, MathMLStringLitElementImpl

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

    • getMathvariant

      String getMathvariant()
      This interface represents the MathML MathMLPresentationToken element.
      Returns:
      the requested attribute or element
    • setMathvariant

      void setMathvariant(String mathvariant)
      This interface represents the MathML MathMLPresentationToken element.
      Parameters:
      mathvariant - the value to set
    • getMathsize

      String getMathsize()
      This interface represents the MathML MathMLPresentationToken element.
      Returns:
      the requested attribute or element
    • setMathsize

      void setMathsize(String mathsize)
      This interface represents the MathML MathMLPresentationToken element.
      Parameters:
      mathsize - the value to set
    • getMathcolor

      String getMathcolor()
      This interface represents the MathML MathMLPresentationToken element.
      Returns:
      the requested attribute or element
    • setMathcolor

      void setMathcolor(String mathcolor)
      This interface represents the MathML MathMLPresentationToken element.
      Parameters:
      mathcolor - the value to set
    • getMathbackground

      String getMathbackground()
      This interface represents the MathML MathMLPresentationToken element.
      Returns:
      the requested attribute or element
    • setMathbackground

      void setMathbackground(String mathbackground)
      This interface represents the MathML MathMLPresentationToken element.
      Parameters:
      mathbackground - the value to set
    • getContents

      MathMLNodeList getContents()
      This interface represents the MathML MathMLPresentationToken element.
      Returns:
      the requested attribute or element