ObjFW  Diff

Differences From Artifact [6238b06167]:

To Artifact [b843614560]:


250
251
252
253
254
255
256




















257
258
259
260
261
262
263
- (void)setStringValue: (OFString*)stringValue;

/**
 * \return A string with the string value of all children concatenated
 */
- (OFString*)stringValue;





















/**
 * \return A new autoreleased OFString representing the OFXMLElement as an
 *	   XML string
 */
- (OFString*)XMLString;

/**







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
- (void)setStringValue: (OFString*)stringValue;

/**
 * \return A string with the string value of all children concatenated
 */
- (OFString*)stringValue;

/**
 * \return An integer with the decimal value of all children concatenated
 */
- (intmax_t)decimalValue;

/**
 * \return An integer with the hexadecimal value of all children concatenated
 */
- (uintmax_t)hexadecimalValue;

/**
 * \return A float with the float value of all children concatenated
 */
- (float)floatValue;

/**
 * \return A double with the double value of all children concatenated
 */
- (double)doubleValue;

/**
 * \return A new autoreleased OFString representing the OFXMLElement as an
 *	   XML string
 */
- (OFString*)XMLString;

/**