Package net.sf.saxon.value
Class StringToDouble11
java.lang.Object
net.sf.saxon.type.StringToDouble
net.sf.saxon.value.StringToDouble11
- All Implemented Interfaces:
Serializable
Convert a string to a double using the rules of XML Schema 1.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringToDouble11
Get the singleton instanceprotected double
Methods inherited from class net.sf.saxon.type.StringToDouble
stringToNumber
-
Constructor Details
-
StringToDouble11
protected StringToDouble11()
-
-
Method Details
-
getInstance
Get the singleton instance- Returns:
- the singleton instance of this class
-
signedPositiveInfinity
protected double signedPositiveInfinity()- Overrides:
signedPositiveInfinity
in classStringToDouble
-