@@ -290,35 +290,13 @@ * OFInvalidEncoding exception if the string contains any non-number characters. * * \return An OFNumber */ - (intmax_t)hexadecimalValueAsInteger; - -- setToCString: (const char*)str; -- appendCString: (const char*)str; -- appendCString: (const char*)str - withLength: (size_t)len; -- appendCStringWithoutUTF8Checking: (const char*)str; -- appendCStringWithoutUTF8Checking: (const char*)str - length: (size_t)len; -- appendString: (OFString*)str; -- appendWithFormat: (OFString*)fmt, ...; -- appendWithFormat: (OFString*)fmt - arguments: (va_list)args; -- reverse; -- upper; -- lower; -- removeCharactersFromIndex: (size_t)start - toIndex: (size_t)end; -- replaceOccurrencesOfString: (OFString*)str - withString: (OFString*)repl; -- removeLeadingWhitespaces; -- removeTrailingWhitespaces; -- removeLeadingAndTrailingWhitespaces; @end #import "OFConstString.h" #import "OFMutableString.h" #import "OFHashes.h" #import "OFURLEncoding.h" #import "OFXMLElement.h" #import "OFXMLParser.h"