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

A class for representing XML comments. More...

#import <OFXMLComment.h>

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

List of all members.

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.

Detailed Description

A class for representing XML comments.


Member Function Documentation

+ (id) commentWithString: (OFString*)  string

Creates a new OFXMLComment with the specified string.

Parameters:
stringThe string for the comment
Returns:
A new OFXMLComment
- (id) initWithString: (OFString*)  string

Initializes an already allocated OFXMLComment with the specified string.

Parameters:
stringThe string for the comment
Returns:
An initialized OFXMLComment

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