com.novell.xml.xpath
Interface FunctionCall.DoubleCaster

All Known Implementing Classes:
FunctionCall.NumberCaster
Enclosing interface:
FunctionCall

protected static interface FunctionCall.DoubleCaster

An interface for casting an XPath number value to a java Number type (especially a java primitive number type)


Method Summary
 Number cast(double value)
           
 

Method Detail

cast

public Number cast(double value)