ObjFW
|
A class for representing XML comments. More...
#import <OFXMLComment.h>
Public Member Functions | |
(id) | - initWithString: |
Initializes an already allocated OFXMLComment with the specified string. | |
Static Public Member Functions | |
(id) | + commentWithString: |
Creates a new OFXMLComment with the specified string. |
A class for representing XML comments.
+ (id) commentWithString: | (OFString*) | string |
Creates a new OFXMLComment with the specified string.
string | The string for the comment |
- (id) initWithString: | (OFString*) | string |
Initializes an already allocated OFXMLComment with the specified string.
string | The string for the comment |