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