| Package | Description |
|---|---|
| JSci.io |
| Modifier and Type | Method and Description |
|---|---|
MathMLExpression |
MathMLExpression.substitute(java.util.Hashtable vars)
Substitutes several values for variables in this expression.
|
MathMLExpression |
MathMLExpression.substitute(java.lang.String var,
java.lang.Object value)
Substitutes a value for a variable in this expression.
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
MathMLDocumentJSciImpl.createApply(MathMLExpression expr)
Creates a MathML operator/function element (
<apply>). |