ObjFW  Diff

Differences From Artifact [8018d72592]:

To Artifact [1dd54e0aa6]:


213
214
215
216
217
218
219





220
221
222
223
224
225
226
- (OFArray*)attributes;

/**
 * \return An array with all children of the element
 */
- (OFArray*)children;






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

/**







>
>
>
>
>







213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
- (OFArray*)attributes;

/**
 * \return An array with all children of the element
 */
- (OFArray*)children;

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

/**