Class BigDecimalValue.DecimalComparable

java.lang.Object
net.sf.saxon.value.BigDecimalValue.DecimalComparable
All Implemented Interfaces:
Comparable
Enclosing class:
BigDecimalValue

protected static class BigDecimalValue.DecimalComparable extends Object implements Comparable
A Comparable that performs comparison of a DecimalValue either with another DecimalValue or with some other representation of an XPath numeric value
Since:
9.8. This class was previously named "DecimalValue". In 9.8 a new DecimalValue class is introduced, to more faithfully reflect the XDM type hierarchy, so that every instance of xs:decimal is now implemented as an instance of DecimalValue.