@@ -111,11 +111,11 @@ * Parses the string and returns an OFXMLElement for it. * * \param str The string to parse * \return A new autoreleased OFXMLElement with the contents of the string */ -+ elementWithString: (OFString*)str; ++ elementWithXMLString: (OFString*)str; /** * Initializes an already allocated OFXMLElement with the specified element * name. * @@ -193,11 +193,11 @@ * Parses the string and initializes an already allocated OFXMLElement with it. * * \param str The string to parse * \return An initialized OFXMLElement with the contents of the string */ -- initWithString: (OFString*)str; +- initWithXMLString: (OFString*)str; /** * \return The name of the element */ - (OFString*)name;