Interface MathMLCnElement

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

public interface MathMLCnElement extends MathMLContentToken
The cn element is used to specify actual numeric constants.
  • Method Details

    • getType

      String getType()
      Values include, but are not restricted to, e-notation, integer, rational, real, float, complex, complex-polar, complex-cartesian, and constant.
      Returns:
      value of the type attribute.
    • setType

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

      String getBase()
      A string representing an integer between 2 and 36; the base of the numerical representation.
      Returns:
      value of the base attribute.
    • setBase

      void setBase(String base)
      setter for the base attribute.
      Parameters:
      base - new value for base.
      See Also:
    • getNargs

      int getNargs()
      The number of sep-separated arguments.
      Returns:
      value of the nargs attribute.