Uses of Class
JSci.io.MathMLExpression

Packages that use MathMLExpression
JSci.io   
 

Uses of MathMLExpression in JSci.io
 

Methods in JSci.io that return MathMLExpression
 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.
 

Methods in JSci.io with parameters of type MathMLExpression
 org.w3c.dom.Element MathMLDocumentJSciImpl.createApply(MathMLExpression expr)
          Creates a MathML operator/function element (<apply>).