Interface MathMLAnnotationElement

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

public interface MathMLAnnotationElement extends MathMLElement
This interface represents the annotation element of MathML.
  • Method Details

    • getBody

      String getBody()
      Provides access to the content of an annotation element.
      Returns:
      value of the body attribute.
    • setBody

      void setBody(String body)
      setter for the body attribute.
      Parameters:
      body - new value for body.
      See Also:
    • getEncoding

      String getEncoding()
      Provides access to the encoding attribute of an annotation element.
      Returns:
      value of the encoding attribute.
    • setEncoding

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