@@ -215,10 +215,15 @@ /** * \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;