public static class SimpleTypeUnmarshallers.DoubleUnmarshaller extends java.lang.Object implements Unmarshaller<java.lang.Double,org.w3c.dom.Node>
Modifier and Type | Field and Description |
---|---|
private static SimpleTypeUnmarshallers.DoubleUnmarshaller |
instance |
Constructor and Description |
---|
DoubleUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static SimpleTypeUnmarshallers.DoubleUnmarshaller |
getInstance() |
java.lang.Double |
unmarshall(org.w3c.dom.Node in) |
private static SimpleTypeUnmarshallers.DoubleUnmarshaller instance
public java.lang.Double unmarshall(org.w3c.dom.Node in) throws java.lang.Exception
unmarshall
in interface Unmarshaller<java.lang.Double,org.w3c.dom.Node>
java.lang.Exception
public static SimpleTypeUnmarshallers.DoubleUnmarshaller getInstance()