ObjFW  Diff

Differences From Artifact [149ecef29e]:

To Artifact [2f9d064e3a]:


14
15
16
17
18
19
20
21
22
23
24
25
26
27


28
29
30
31
32
33
34
14
15
16
17
18
19
20



21
22
23

24
25
26
27
28
29
30
31
32







-
-
-



-
+
+







 * file.
 */

#import "OFXMLNode.h"

OF_ASSUME_NONNULL_BEGIN

@class OFString;
@class OFMutableString;
#ifndef DOXYGEN
@class OFArray OF_GENERIC(ObjectType);
@class OFMutableArray OF_GENERIC(ObjectType);
@class OFMutableDictionary OF_GENERIC(KeyType, ObjectType);
#endif
@class OFMutableString;
@class OFString;
@class OFXMLAttribute;

/*!
 * @class OFXMLElement OFXMLElement.h ObjFW/OFXMLElement.h
 *
 * @brief A class which stores an XML element.
 */