ObjFW  Diff

Differences From Artifact [d0fa412fe1]:

To Artifact [9e4a8b39c2]:


16
17
18
19
20
21
22










23
24
25
26
27
28
29

#include "config.h"

#import "OFXMLNode.h"
#import "OFString.h"

@implementation OFXMLNode










- initWithSerialization: (OFXMLElement *)element
{
	OF_INVALID_INIT_METHOD
}

- (OFString *)stringValue
{







>
>
>
>
>
>
>
>
>
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

#include "config.h"

#import "OFXMLNode.h"
#import "OFString.h"

@implementation OFXMLNode
- (instancetype)OF_init
{
	return [super init];
}

- init
{
	OF_INVALID_INIT_METHOD
}

- initWithSerialization: (OFXMLElement *)element
{
	OF_INVALID_INIT_METHOD
}

- (OFString *)stringValue
{