ObjFW  Diff

Differences From Artifact [d808ad9d11]:

To Artifact [6238b06167]:


252
253
254
255
256
257
258
259
260
261
262







263
264
265
266
267
268
269
/**
 * \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;








/**
 * Adds the specified attribute.
 *
 * If an attribute with the same name and namespace already exists, it is not
 * added.
 *
 * \param attribute The attribute to add







|



>
>
>
>
>
>
>







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
/**
 * \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;

/**
 * \param indentation The indentation for the XML string
 * \return A new autoreleased OFString representing the OFXMLElement as an
 *	   XML string with indentation.
 */
- (OFString*)XMLStringWithIndentation: (unsigned int)indentation;

/**
 * Adds the specified attribute.
 *
 * If an attribute with the same name and namespace already exists, it is not
 * added.
 *
 * \param attribute The attribute to add