8 #ifndef SAXON_XDMATOMICVALUE_h
9 #define SAXON_XDMATOMICVALUE_h
31 if(!valType.empty()) {
40 string getPrimitiveTypeName();
42 bool getBooleanValue();
44 double getDoubleValue();
46 const char * getStringValue();
50 void setType(
string ty);
61 return XDM_ATOMIC_VALUE;
XDM_TYPE getType()
Definition: XdmAtomicValue.h:60
Definition: XdmAtomicValue.h:21