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