ObjFW  Diff

Differences From Artifact [bdb655cad5]:

To Artifact [dcb09a451f]:


161
162
163
164
165
166
167







168

	[element retain];
	[pool release];
	[element autorelease];

	return element;
}







@end







>
>
>
>
>
>
>

161
162
163
164
165
166
167
168
169
170
171
172
173
174
175

	[element retain];
	[pool release];
	[element autorelease];

	return element;
}

- (OFString*)description
{
	return [OFString stringWithFormat: @"<OFXMLAttribute, name=%@, "
					   @"namespace=%@, stringValue=%@>",
					   name, ns, stringValue];
}
@end