@@ -39,11 +39,11 @@ * \param stringval The value for the element * \return A new autorelease OFXMLElement with the specified element name and * value */ + elementWithName: (OFString*)name - andStringValue: (OFString*)stringval; + stringValue: (OFString*)stringval; /** * Initializes an already allocated OFXMLElement with the specified name. * * \param name The name for the element @@ -58,12 +58,12 @@ * \param name The name for the element * \param stringval The value for the element * \return An initialized OFXMLElement with the specified element name and * value */ -- initWithName: (OFString*)name - andStringValue: (OFString*)stringval; +- initWithName: (OFString*)name + stringValue: (OFString*)stringval; /** * \return A new autoreleased OFString representing the OFXMLElement as an * XML string */ @@ -74,11 +74,11 @@ * * \param name The name of the attribute * \param value The value of the attribute */ - addAttributeWithName: (OFString*)name - andValue: (OFString*)value; + stringValue: (OFString*)value; /** * Adds a child to the OFXMLElement. * * \param child Another OFXMLElement which is added as a child