ObjFW
|
A class representing XML CDATA. More...
#import <OFXMLCDATA.h>
Public Member Functions | |
(id) | - initWithString: |
Initializes an alredy allocated OFXMLCDATA with the specified string. | |
Static Public Member Functions | |
(id) | + CDATAWithString: |
Creates a new OFXMLCDATA with the specified string. |
A class representing XML CDATA.
+ (id) CDATAWithString: | (OFString*) | string |
Creates a new OFXMLCDATA with the specified string.
string | The string value for the CDATA |
- (id) initWithString: | (OFString*) | string |
Initializes an alredy allocated OFXMLCDATA with the specified string.
string | The string value for the CDATA |