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

A class representing XML characters. More...

#import <OFXMLCharacters.h>

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

List of all members.

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.

Detailed Description

A class representing XML characters.


Member Function Documentation

+ (id) charactersWithString: (OFString*)  string

Creates a new OFXMLCharacters with the specified string.

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

Initializes an already allocated OFXMLCharacters with the specified string.

Parameters:
stringThe string value for the characters
Returns:
An initialized OFXMLCharacters

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