This is the complete list of members for zorba::ItemFactory, including all inherited members.
| assignElementTypedValue(Item &aElement, Item aTypedValue)=0 | zorba::ItemFactory | pure virtual |
| assignElementTypedValue(Item &aElement, std::vector< Item > &aTypedValue)=0 | zorba::ItemFactory | pure virtual |
| createAnyURI(const String &aURI)=0 | zorba::ItemFactory | pure virtual |
| createAttributeNode(Item aParent, Item aNodeName, Item aTypeName, Item aTypedValue)=0 | zorba::ItemFactory | pure virtual |
| createAttributeNode(Item aParent, Item aNodeName, Item aTypeName, std::vector< Item > aTypedValue)=0 | zorba::ItemFactory | pure virtual |
| createBase64Binary(const char *aBinData, size_t aLength)=0 | zorba::ItemFactory | pure virtual |
| createBase64Binary(std::istream &aStream)=0 | zorba::ItemFactory | pure virtual |
| createBase64Binary(const unsigned char *aBinData, size_t aLength)=0 | zorba::ItemFactory | pure virtual |
| createBoolean(bool aValue)=0 | zorba::ItemFactory | pure virtual |
| createByte(char aByte)=0 | zorba::ItemFactory | pure virtual |
| createCommentNode(Item aParent, String &aContent)=0 | zorba::ItemFactory | pure virtual |
| createDate(const String &aDate)=0 | zorba::ItemFactory | pure virtual |
| createDate(short aYear, short aMonth, short aDay)=0 | zorba::ItemFactory | pure virtual |
| createDateTime(short aYear, short aMonth, short aDay, short aHour, short aMinute, double aSecond, short aTimeZone_hours)=0 | zorba::ItemFactory | pure virtual |
| createDateTime(short aYear, short aMonth, short aDay, short aHour, short aMinute, double aSecond)=0 | zorba::ItemFactory | pure virtual |
| createDateTime(const String &aDateTimeValue)=0 | zorba::ItemFactory | pure virtual |
| createDayTimeDuration(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createDecimal(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createDecimalFromDouble(double aValue)=0 | zorba::ItemFactory | pure virtual |
| createDecimalFromLong(unsigned long aValue)=0 | zorba::ItemFactory | pure virtual |
| createDocumentNode(const String &aBaseUri, const String &aDocUri)=0 | zorba::ItemFactory | pure virtual |
| createDouble(double aValue)=0 | zorba::ItemFactory | pure virtual |
| createDouble(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createDuration(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createDuration(short aYear, short aMonths, short aDays, short aHours, short aMinutes, double aSeconds)=0 | zorba::ItemFactory | pure virtual |
| createElementNode(Item &aParent, Item aNodeName, Item aTypeName, bool aHasTypedValue, bool aHasEmptyValue, NsBindings aNsBindings)=0 | zorba::ItemFactory | pure virtual |
| createFloat(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createFloat(float aValue)=0 | zorba::ItemFactory | pure virtual |
| createGDay(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createGDay(short aDay)=0 | zorba::ItemFactory | pure virtual |
| createGMonth(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createGMonth(short aMonth)=0 | zorba::ItemFactory | pure virtual |
| createGMonthDay(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createGMonthDay(short aMonth, short aDay)=0 | zorba::ItemFactory | pure virtual |
| createGYear(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createGYear(short aYear)=0 | zorba::ItemFactory | pure virtual |
| createGYearMonth(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createGYearMonth(short aYear, short aMonth)=0 | zorba::ItemFactory | pure virtual |
| createHexBinary(const char *aHexData, size_t aSize)=0 | zorba::ItemFactory | pure virtual |
| createInt(int aInt)=0 | zorba::ItemFactory | pure virtual |
| createInteger(long long aInteger)=0 | zorba::ItemFactory | pure virtual |
| createInteger(const String &aInteger)=0 | zorba::ItemFactory | pure virtual |
| createLong(long long aLong)=0 | zorba::ItemFactory | pure virtual |
| createNCName(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createNegativeInteger(long long aValue)=0 | zorba::ItemFactory | pure virtual |
| createNonNegativeInteger(unsigned long long aValue)=0 | zorba::ItemFactory | pure virtual |
| createNonPositiveInteger(long long aValue)=0 | zorba::ItemFactory | pure virtual |
| createPiNode(Item aParent, String &aTarget, String &aContent, String &aBaseUri)=0 | zorba::ItemFactory | pure virtual |
| createPositiveInteger(unsigned long long aValue)=0 | zorba::ItemFactory | pure virtual |
| createQName(const String &aNamespace, const String &aPrefix, const String &aLocalname)=0 | zorba::ItemFactory | pure virtual |
| createQName(const String &aNamespace, const String &aLocalname)=0 | zorba::ItemFactory | pure virtual |
| createQName(const String &aQNameString)=0 | zorba::ItemFactory | pure virtual |
| createShort(short aShort)=0 | zorba::ItemFactory | pure virtual |
| createStreamableBase64Binary(std::istream &stream, StreamReleaser streamReleaser, bool seekable=false, bool encoded=false)=0 | zorba::ItemFactory | pure virtual |
| createStreamableString(std::istream &stream, StreamReleaser streamReleaser, bool seekable=false)=0 | zorba::ItemFactory | pure virtual |
| createString(const String &aString)=0 | zorba::ItemFactory | pure virtual |
| createTextNode(Item parent, String content)=0 | zorba::ItemFactory | pure virtual |
| createTime(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| createTime(short aHour, short aMinute, double aSecond)=0 | zorba::ItemFactory | pure virtual |
| createTime(short aHour, short aMinute, double aSecond, short aTimeZone_hours)=0 | zorba::ItemFactory | pure virtual |
| createUnsignedByte(const unsigned char aValue)=0 | zorba::ItemFactory | pure virtual |
| createUnsignedInt(unsigned int aValue)=0 | zorba::ItemFactory | pure virtual |
| createUnsignedLong(unsigned long long aValue)=0 | zorba::ItemFactory | pure virtual |
| createUnsignedShort(unsigned short aValue)=0 | zorba::ItemFactory | pure virtual |
| createUntypedAtomic(const String &value)=0 | zorba::ItemFactory | pure virtual |
| createUserTypedAtomicItem(Item &aBaseItem, Item &aTypeName)=0 | zorba::ItemFactory | pure virtual |
| createYearMonthDuration(const String &aValue)=0 | zorba::ItemFactory | pure virtual |
| ~ItemFactory() | zorba::ItemFactory | inlinevirtual |