@@ -28,11 +28,11 @@ #import "OFMalformedXMLException.h" @implementation OFXMLElementBuilder @synthesize delegate = _delegate; -+ (instancetype)elementBuilder ++ (instancetype)builder { return [[[self alloc] init] autorelease]; } - (instancetype)init