ObjFW  Diff

Differences From Artifact [a24e46c616]:

To Artifact [06448a5e0a]:


227
228
229
230
231
232
233
234

235
236

237
238
239
240
241
242
243
227
228
229
230
231
232
233

234
235

236
237
238
239
240
241
242
243







-
+

-
+







 * \brief Removes all children and adds the children from the specified array.
 *
 * \param children The new children to add
 */
- (void)setChildren: (OFArray*)children;

/**
 * \brief Returns an array with all children of the element.
 * \brief Returns an array of OFXMLNodes with all children of the element.
 *
 * \return An array with all children of the element
 * \return An array of OFXMLNodes with all children of the element
 */
- (OFArray*)children;

/**
 * \brief Removes all children and sets the string value to the specified
 *	  string.
 *