#include <NumericTypeConstructor.hpp>
Public Member Functions | |
NumericTypeConstructor (const XMLCh *typeURI, const XMLCh *typeName, const MAPM &value, AnyAtomicType::AtomicObjectType primitiveType, xercesc::MemoryManager *mm) | |
virtual | ~NumericTypeConstructor () |
virtual const StaticType & | getStaticType () const |
virtual Item::Ptr | createItem (const DynamicContext *context) const |
virtual void | generateEvents (EventHandler *events, const DynamicContext *context) const |
virtual std::string | asString (const DynamicContext *context) const |
virtual const XMLCh * | getTypeURI () const |
virtual const XMLCh * | getTypeName () const |
NumericTypeConstructor::NumericTypeConstructor | ( | const XMLCh * | typeURI, | |
const XMLCh * | typeName, | |||
const MAPM & | value, | |||
AnyAtomicType::AtomicObjectType | primitiveType, | |||
xercesc::MemoryManager * | mm | |||
) |
virtual NumericTypeConstructor::~NumericTypeConstructor | ( | ) | [inline, virtual] |
virtual const StaticType& NumericTypeConstructor::getStaticType | ( | ) | const [inline, virtual] |
virtual Item::Ptr NumericTypeConstructor::createItem | ( | const DynamicContext * | context | ) | const [virtual] |
virtual void NumericTypeConstructor::generateEvents | ( | EventHandler * | events, | |
const DynamicContext * | context | |||
) | const [virtual] |
virtual std::string NumericTypeConstructor::asString | ( | const DynamicContext * | context | ) | const [virtual] |
virtual const XMLCh* NumericTypeConstructor::getTypeURI | ( | ) | const [inline, virtual] |
virtual const XMLCh* NumericTypeConstructor::getTypeName | ( | ) | const [inline, virtual] |