This is the complete list of members for ItemFactory, including all inherited members.
createAnyURI(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createBoolean(bool value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createBoolean(BoolResult value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createBoolean(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createBooleanOrDerived(const XMLCh *typeURI, const XMLCh *typeName, bool value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createBooleanOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDate(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDateOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDateTime(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDateTimeOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDayTimeDuration(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDayTimeDuration(const MAPM &seconds, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDecimal(const MAPM value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDecimal(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDecimalOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const MAPM value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDecimalOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDerivedFromAtomicType(AnyAtomicType::AtomicObjectType typeIndex, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDerivedFromAtomicType(AnyAtomicType::AtomicObjectType typeIndex, const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDerivedFromAtomicType(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDouble(const MAPM value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDouble(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDoubleOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const MAPM value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createDoubleOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createFloat(const MAPM value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createFloat(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createFloatOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const MAPM value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createFloatOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createGDayOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createGMonthDayOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createGMonthOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createGYearMonthOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createGYearOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createInteger(const int value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createInteger(const MAPM value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createInteger(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createNonNegativeInteger(const MAPM value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createQName(const XMLCh *uri, const XMLCh *prefix, const XMLCh *name, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createQNameOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *uri, const XMLCh *prefix, const XMLCh *name, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createString(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createStringOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createTime(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createTimeOrDerived(const XMLCh *typeURI, const XMLCh *typeName, const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createUntypedAtomic(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createYearMonthDuration(const XMLCh *value, const DynamicContext *context)=0 | ItemFactory | pure virtual |
createYearMonthDuration(const MAPM &months, const DynamicContext *context)=0 | ItemFactory | pure virtual |
getPrimitiveTypeIndex(const XMLCh *typeURI, const XMLCh *typeName, bool &isPrimitive) const =0 | ItemFactory | pure virtual |
getPrimitiveTypeName(AnyAtomicType::AtomicObjectType type, const XMLCh *&typeURI, const XMLCh *&typeName) const =0 | ItemFactory | pure virtual |
operator delete(void *p) | xercesc::XMemory | |
operator delete(void *p, MemoryManager *memMgr) | xercesc::XMemory | |
operator delete(void *p, void *ptr) | xercesc::XMemory | |
operator new(size_t size) | xercesc::XMemory | |
operator new(size_t size, MemoryManager *memMgr) | xercesc::XMemory | |
operator new(size_t size, void *ptr) | xercesc::XMemory | |
XMemory() | xercesc::XMemory | inlineprotected |
~ItemFactory() | ItemFactory | inlinevirtual |