Interface MathMLAnnotationElement

All Superinterfaces:
Element, MathMLElement, Node
All Known Implementing Classes:
MathMLAnnotationElementImpl

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

    • getBody

      String getBody()
      This interface represents the MathML MathMLAnnotationElement element.
      Returns:
      the requested attribute or element
    • setBody

      void setBody(String body)
      This interface represents the MathML MathMLAnnotationElement element.
      Parameters:
      body - the value to set
    • getEncoding

      String getEncoding()
      This interface represents the MathML MathMLAnnotationElement element.
      Returns:
      the requested attribute or element
    • setEncoding

      void setEncoding(String encoding)
      This interface represents the MathML MathMLAnnotationElement element.
      Parameters:
      encoding - the value to set