ObjFW  Diff

Differences From Artifact [1af9ccf632]:

To Artifact [ac3874d89b]:


217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
 */
- (OFArray*)children;

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

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







|







217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
 */
- (OFArray*)children;

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