Interface MathMLXMLAnnotationElement

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

public interface MathMLXMLAnnotationElement extends MathMLElement
The xml-annotation element is used to store XML-based annotations in MathML.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getEncoding

      String getEncoding()
      Returns the encoding of the annotation.
      Returns:
      the encoding string
    • setEncoding

      void setEncoding(String encoding)
      Sets the encoding of the annotation.
      Parameters:
      encoding - the encoding string to set