com.xml_project.morganaxdm
Class XS_Double
java.lang.Object
com.xml_project.morganaxdm.XdmSequence
com.xml_project.morganaxdm.XdmItem
com.xml_project.morganaxdm.XdmValue
com.xml_project.morganaxdm.XS_AnySimpleType
com.xml_project.morganaxdm.XS_AnyAtomicType
com.xml_project.morganaxdm.XS_Numeric
com.xml_project.morganaxdm.XS_Double
- All Implemented Interfaces:
- XS_AnyType, java.lang.Iterable<XdmItem>
public class XS_Double
- extends XS_Numeric
Implementation of xs:double
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeName
public static final javax.xml.namespace.QName TypeName
NaN
public static final XS_Double NaN
NULL
public static final java.lang.Double NULL
NEG_NULL
public static final java.lang.Double NEG_NULL
ZERO
public static final XS_Double ZERO
MINUS_ZERO
public static final XS_Double MINUS_ZERO
NEG_INFINITY
public static final XS_Double NEG_INFINITY
INFINITY
public static final XS_Double INFINITY
XS_Double
public XS_Double(double value)
XS_Double
protected XS_Double(XS_Double value)
getTypeName
public javax.xml.namespace.QName getTypeName()
- Specified by:
getTypeName
in interface XS_AnyType
- Overrides:
getTypeName
in class XS_Numeric
effectiveBooleanValue
public boolean effectiveBooleanValue()
- Specified by:
effectiveBooleanValue
in class XS_Numeric
isNaN
public boolean isNaN()
- Specified by:
isNaN
in class XS_Numeric
isInfinite
public boolean isInfinite()
getStringValue
public java.lang.String getStringValue()
- Description copied from class:
XdmItem
- Returns the string value.
- Specified by:
getStringValue
in class XdmItem
- Returns:
- the string value.
arithmetic
public XS_Numeric arithmetic(XS_Numeric.Operations op,
XS_Numeric v)
throws XPathException
- Specified by:
arithmetic
in class XS_Numeric
- Throws:
XPathException
function
public XS_Double function(XS_Numeric.Functions func,
int par)
throws XPathException
- Specified by:
function
in class XS_Numeric
- Throws:
XPathException
round
public XS_Double round(int roundMode,
int scale)
getValue
public java.lang.Object getValue()
- Description copied from class:
XdmItem
- Returns the value itself.
- Specified by:
getValue
in class XdmItem
- Returns:
- the value.
compareValues
public int compareValues(XS_AnySimpleType val)
- Specified by:
compareValues
in class XS_Numeric
makeXS_Double
public static XS_Double makeXS_Double(XS_AnyAtomicType val)
throws XPathException
- Throws:
XPathException
makeXS_Double
public static XS_Double makeXS_Double(java.lang.String resp)
throws XPathException
- Throws:
XPathException
getRestrictionBase
public static java.lang.Class<? extends XS_AnyType> getRestrictionBase()
newInstance
public static XS_Double newInstance(XdmValue value)
throws XPathException
- Throws:
XPathException