Interface MathMLApplyElement

All Superinterfaces:
Element, MathMLContainer, MathMLContentContainer, MathMLContentElement, MathMLElement, Node

public interface MathMLApplyElement extends MathMLContentContainer
The apply element allows a function or operator to be applied to its arguments.
  • Method Details

    • getOperator

      MathMLElement getOperator()
      The MathML element representing the function or operator that is applied to the list of arguments.
      Returns:
      value of the operator attribute.
    • setOperator

      void setOperator(MathMLElement operator)
      setter for the operator attribute.
      Parameters:
      operator - new value for operator.
      See Also:
    • getLowLimit

      MathMLElement getLowLimit()
      This attribute represents the lowlimit child element of this node (if any). This expresses, for instance, the lower limit of integration if this is an apply element whose first child is a int. See .
      Returns:
      value of the lowLimit attribute.
    • setLowLimit

      void setLowLimit(MathMLElement lowLimit)
      setter for the lowLimit attribute.
      Parameters:
      lowLimit - new value for lowLimit.
      See Also:
    • getUpLimit

      MathMLElement getUpLimit()
      This attribute represents the uplimit child element of this node (if any). This expresses, for instance, the upper limit of integration if this is an apply element whose first child is a int. See .
      Returns:
      value of the upLimit attribute.
    • setUpLimit

      void setUpLimit(MathMLElement upLimit)
      setter for the upLimit attribute.
      Parameters:
      upLimit - new value for upLimit.
      See Also: