Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

NSMutableString Interface Reference

Unicode string operation class. More...

#import <nsmutablestring.h>

Inheritance diagram for NSMutableString:

NSString NSObject List of all members.

Public Member Functions

(id) init
 Initialize string object.

(void) dealloc
 Release resource for the object.

(void) setString:
 Set new string to this object.

(void) replaceCharactersInRange:byString:
 Replace substring at the range by the new string.


Detailed Description

Unicode string operation class.

Description
NSString operates unicode string.


Member Function Documentation

- (void) NSMutableString:
 

Release resource for the object.

Description
Release resource for the object.

Implements NSString.

- (id) NSMutableString:
 

Initialize string object.

Returns:
Generated object.
Description
Initialize unicode string object. The empty string is set.

Implements NSString.

- (void) NSMutableString: (id) 
(NSRange
(id)  range
byString: (id) 
(NSString *) 
(id)  substr
 

Replace substring at the range by the new string.

Parameters:
range Range of substring.
substr Substring.
Description
Replace substring at the range by the new string.

- (void) NSMutableString: (id) 
(NSString *) 
(id)  src
 

Set new string to this object.

Parameters:
src Source string.
Description
Set new string to this object.


The documentation for this interface was generated from the following file:
Generated on Wed Jul 14 18:32:13 2004 for Cacao by doxygen 1.3.6