@@ -254,14 +254,21 @@ */ - (OFString*)stringValue; /** * \return A new autoreleased OFString representing the OFXMLElement as an - * XML string + * XML string */ - (OFString*)XMLString; +/** + * \param indentation The indentation for the XML string + * \return A new autoreleased OFString representing the OFXMLElement as an + * XML string with indentation. + */ +- (OFString*)XMLStringWithIndentation: (unsigned int)indentation; + /** * Adds the specified attribute. * * If an attribute with the same name and namespace already exists, it is not * added.