Interface MathMLXMLAnnotationElement

All Superinterfaces:
Element, MathMLElement, Node

public interface MathMLXMLAnnotationElement extends MathMLElement
This interface represents the annotation-xml element of MathML.
  • Method Details

    • getEncoding

      String getEncoding()
      Provides access to the encoding attribute of an annotation-xml 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: