ObjFW  Diff

Differences From Artifact [9531b00aa3]:

To Artifact [948e1d4299]:


17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#import "OFXMLNode.h"

/*!
 * @brief A class representing XML CDATA.
 */
@interface OFXMLCDATA: OFXMLNode
{
	OFString *CDATA;
}

/*!
 * @brief Creates a new OFXMLCDATA with the specified string.
 *
 * @param string The string value for the CDATA
 * @return A new OFXMLCDATA







|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#import "OFXMLNode.h"

/*!
 * @brief A class representing XML CDATA.
 */
@interface OFXMLCDATA: OFXMLNode
{
	OFString *_CDATA;
}

/*!
 * @brief Creates a new OFXMLCDATA with the specified string.
 *
 * @param string The string value for the CDATA
 * @return A new OFXMLCDATA