ObjFW  Diff

Differences From Artifact [49ae19b7bd]:

To Artifact [ee4c57317a]:


196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
 */
- (OFArray*)children;

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

/**
 * Adds the specified attribute.
 *
 * \param attr The attribute to add
 */
- (void)addAttribute: (OFXMLAttribute*)attr;







|







196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
 */
- (OFArray*)children;

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

/**
 * Adds the specified attribute.
 *
 * \param attr The attribute to add
 */
- (void)addAttribute: (OFXMLAttribute*)attr;