BigDecimalValueOrExprEvaluator

XPath-aware evaluator of a BigDecimalValueOrExpr. XPath evaluation is performed without any context item. Make sure to use an XPathEvaluator that knows about the needed namespace bindings in the XPath expressions.

XPath-aware evaluator of a BigDecimalValueOrExpr. XPath evaluation is performed without any context item. Make sure to use an XPathEvaluator that knows about the needed namespace bindings in the XPath expressions.

Authors

Chris de Vreeze

trait ValueOrExprEvaluator[BigDecimal]
class Object
trait Matchable
class Any

Type members

Value members

Concrete methods

override def evaluate(valueOrExpr: BigDecimalValueOrExpr)(xpathEvaluator: XPathEvaluator): BigDecimal

Returns the BigDecimal result of the BigDecimalValueOrExpr. If a BigDecimalExpr is passed, it is first "compiled" before XPath evaluation.

Returns the BigDecimal result of the BigDecimalValueOrExpr. If a BigDecimalExpr is passed, it is first "compiled" before XPath evaluation.

Definition Classes