Interface MathMLLambdaElement

    • Method Detail

      • getExpression

        MathMLElement getExpression()
        The MathMLElement representing the expression. This is included only as a convenience; getting it should give the same result as MathMLContentContainer::getArgument(1).
        Returns:
        value of the expression attribute.
      • setExpression

        void setExpression​(MathMLElement expression)
        setter for the expression attribute.
        Parameters:
        expression - new value for expression.
        See Also:
        getExpression()