ObjFW
Public Member Functions | Static Public Member Functions
OFXMLCDATA Class Reference

A class representing XML CDATA. More...

#import <OFXMLCDATA.h>

Inheritance diagram for OFXMLCDATA:
OFXMLNode OFObject <OFCopying> <OFSerialization> <OFObject>

List of all members.

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.

Detailed Description

A class representing XML CDATA.


Member Function Documentation

+ (id) CDATAWithString: (OFString*)  string

Creates a new OFXMLCDATA with the specified string.

Parameters:
stringThe string value for the CDATA
Returns:
A new OFXMLCDATA
- (id) initWithString: (OFString*)  string

Initializes an alredy allocated OFXMLCDATA with the specified string.

Parameters:
stringThe string value for the CDATA
Returns:
An initialized OFXMLCDATA

The documentation for this class was generated from the following files:
 All Classes Functions Variables Properties