ObjFW  Diff

Differences From Artifact [4280155ab7]:

To Artifact [730ca5265c]:


15
16
17
18
19
20
21


22
23
24
25
26
27
28
 */

#import "OFXMLNode.h"

@class OFString;

/*!


 * @brief A representation of an attribute of an XML element as an object.
 */
@interface OFXMLAttribute: OFXMLNode
{
@public
	OFString *_name, *_namespace, *_stringValue;
}







>
>







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 */

#import "OFXMLNode.h"

@class OFString;

/*!
 * @class OFXMLAttribute OFXMLAttribute.h ObjFW/OFXMLAttribute.h
 *
 * @brief A representation of an attribute of an XML element as an object.
 */
@interface OFXMLAttribute: OFXMLNode
{
@public
	OFString *_name, *_namespace, *_stringValue;
}