Interface MathMLCiElement

All Superinterfaces:
Element, MathMLContentElement, MathMLContentToken, MathMLElement, Node

public interface MathMLCiElement extends MathMLContentToken
The ci element is used to specify a symbolic name.
  • Method Details

    • getType

      String getType()
      Values include integer, rational, real, float, complex, complex-polar, complex-cartesian, constant, function, any of the MathML content container types (vector, matrix, set, list etc.) or their types.
      Returns:
      value of the type attribute.
    • setType

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