com.jaxfront.core.jep
Class FormattedNodeValue
java.lang.Object
org.nfunk.jep.function.PostfixMathCommand
com.jaxfront.core.jep.JaxfrontMathCommand
com.jaxfront.core.jep.SuperTypeNode
com.jaxfront.core.jep.FormattedNodeValue
- All Implemented Interfaces:
- org.nfunk.jep.function.PostfixMathCommandI
public class FormattedNodeValue
- extends SuperTypeNode
The FormattedNodeValue returns the formatted value from a
com.jaxfront.core.type.Type element referenced by an xpath statement by
calling the getValue() method. The result will be casted to the resulttype
specified in the XML Schema specification.
- Version:
- 2.30
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
getNumberOfParameters, getRootNode, run, setCurNumberOfParameters |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormattedNodeValue
public FormattedNodeValue()
- Constructor.
run
public void run(MathEvaluator.MathCommunicator communicator,
java.util.Stack stack)
throws org.nfunk.jep.ParseException
- Specified by:
run
in class JaxfrontMathCommand
- Throws:
org.nfunk.jep.ParseException
- See Also:
org.nfunk.jep.function.PostfixMathCommandI#run(Stack)