@@ -243,18 +243,10 @@ * * @return An array of OFXMLNodes with all children of the element */ - (OFArray*)children; -/*! - * @brief Removes all children and sets the string value to the specified - * string. - * - * @param stringValue The new string value for the element - */ -- (void)setStringValue: (OFString*)stringValue; - /*! * @brief Adds the specified attribute. * * If an attribute with the same name and namespace already exists, it is not * added.