@@ -28,10 +28,20 @@ * * @return A string with the string value */ - (OFString*)stringValue; +/*! + * @brief Sets the string value of the receiver to the specified string. + * + * For an @ref OFXMLElement, it removes all children and creates a single child + * with the specified string value. + * + * @param stringValue The new string value for the node + */ +- (void)setStringValue: (OFString*)stringValue; + /*! * @brief Returns the contents of the receiver as a decimal value. * * @return An integer with the decimal value */