ItemFactory Member List

This is the complete list of members for ItemFactory, including all inherited members.

createAnyURI(const std::string &aURI)ItemFactory
createAttributeNode(Item &aParent, Item &aNodeName, Item &aTypeName, Item &aTypedValue)ItemFactory
createAttributeNode(Item &aParent, Item &aNodeName, Item &aTypeName, std::vector< Item > aTypedValue)ItemFactory
createBase64Binary(const char *aBinData, size_t aLength)ItemFactory
createBase64Binary(std::istream &aStream)ItemFactory
createBase64Binary(const unsigned char *aBinData, size_t aLength)ItemFactory
createBoolean(bool aValue)ItemFactory
createByte(char aByte)ItemFactory
createCommentNode(Item &aParent, const std::string &aContent)ItemFactory
createDate(const std::string &aDate)ItemFactory
createDate(short aYear, short aMonth, short aDay)ItemFactory
createDateTime(const std::string &aDateTimeValue)ItemFactory
createDateTime(short aYear, short aMonth, short aDay, short aHour, short aMinute, double aSecond, short aTimeZone_hours)ItemFactory
createDateTimeStamp(short aYear, short aMonth, short aDay, short aHour, short aMinute, double aSecond, short aTimeZone_hours)ItemFactory
createDateTimeStamp(const std::string &aValue)ItemFactory
createDayTimeDuration(const std::string &aValue)ItemFactory
createDecimal(const std::string &aValue)ItemFactory
createDecimalFromDouble(double aValue)ItemFactory
createDecimalFromLong(unsigned long aValue)ItemFactory
createDocumentNode(const std::string &aBaseUri, const std::string &aDocUri)ItemFactory
createDouble(const std::string &aValue)ItemFactory
createDouble(double aValue)ItemFactory
createDuration(const std::string &aValue)ItemFactory
createDuration(short aYear, short aMonths, short aDays, short aHours, short aMinutes, double aSeconds)ItemFactory
createElementNode(Item &aParent, Item &aNodeName, Item &aTypeName, bool aHasTypedValue, bool aHasEmptyValue, std::vector< std::pair< std::string, std::string > > aNsBindings)ItemFactory
createElementNode(Item &aParent, Item &aNodeName, Item &aTypeName, bool aHasTypedValue, bool aHasEmptyValue)ItemFactory
createFloat(const std::string &aValue)ItemFactory
createFloat(float aValue)ItemFactory
createGDay(const std::string &aValue)ItemFactory
createGDay(short aDay)ItemFactory
createGMonth(const std::string &aValue)ItemFactory
createGMonth(short aMonth)ItemFactory
createGMonthDay(const std::string &aValue)ItemFactory
createGMonthDay(short aMonth, short aDay)ItemFactory
createGYear(short aYear)ItemFactory
createGYear(const std::string &aValue)ItemFactory
createGYearMonth(const std::string &aValue)ItemFactory
createGYearMonth(short aYear, short aMonth)ItemFactory
createHexBinary(const char *aHexData, size_t aSize)ItemFactory
createInt(int aInt)ItemFactory
createInteger(const std::string &aInteger)ItemFactory
createInteger(long long aInteger)ItemFactory
createJSONArray(std::vector< Item > &aItems)ItemFactory
createJSONArray(std::vector< std::string > &aItems)ItemFactory
createJSONNull()ItemFactory
createJSONNumber(std::string aString)ItemFactory
createJSONObject(std::vector< std::pair< Item, Item > > &aNames)ItemFactory
createJSONObject(std::vector< std::pair< std::string, std::string > > &aNames)ItemFactory
createLong(long long aLong)ItemFactory
createNCName(const std::string &aValue)ItemFactory
createNegativeInteger(long long aValue)ItemFactory
createNonNegativeInteger(unsigned long long aValue)ItemFactory
createNonPositiveInteger(long long aValue)ItemFactory
createPiNode(Item &aParent, const std::string &aTarget, const std::string &aContent, const std::string &aBaseUri)ItemFactory
createPositiveInteger(unsigned long long aValue)ItemFactory
createQName(const std::string &aNamespace, const std::string &aPrefix, const std::string &aLocalname)ItemFactory
createQName(const std::string &aNamespace, const std::string &aLocalname)ItemFactory
createQName(const std::string &aQNameString)ItemFactory
createShort(short aShort)ItemFactory
createString(const std::string &aString)ItemFactory
createTextNode(Item &aParent, const std::string &aContent)ItemFactory
createTime(short aHour, short aMinute, double aSecond, short aTimeZone_hours)ItemFactory
createTime(short aHour, short aMinute, double aSecond)ItemFactory
createTime(const std::string &aValue)ItemFactory
createUnsignedByte(const unsigned char aValue)ItemFactory
createUnsignedInt(unsigned int aValue)ItemFactory
createUnsignedLong(unsigned long long aValue)ItemFactory
createUnsignedShort(unsigned short aValue)ItemFactory
createYearMonthDuration(const std::string &aValue)ItemFactory
ItemFactory(zorba::ItemFactory *aItemFactory)ItemFactory
ItemFactory(const ItemFactory &aItemFactory)ItemFactory