Retrieve a number-value interpretation of this XPath expression when evaluated against a given context.
The number-value of the expression is determined per the number(..) core function as defined in the XPath specification. This means that if this expression selects multiple nodes, the number-value of the first node is returned.
@param The node, nodeset or Context object for evaluation. This value can be null
@return The number-value interpretation of this expression.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.