libs-base/Documentation/gsdoc/NSMutableString.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

95 lines
3 KiB
HTML

<html><head>
<title>NSMutableString</title>
</head>
<body>
<a href ="NSMutableSet.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSNotification.html">[Next] </a>
<h1>NSMutableString</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSMutableString</a></h2>
<h2><a name ="NSMutableString">NSMutableString</a></h2>
<p><b>Declared in: </b> Foundation/NSString.h</p>
<p><b>Inherits from: </b> NSString</p>
<p><b>Conforms to: </b> NSCoding
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSMutableString.html#method-0">+stringWithCapacity:</a>
<li ><a href ="NSMutableString.html#method-1">-appendFormat:</a>
<li ><a href ="NSMutableString.html#method-2">-appendString:</a>
<li ><a href ="NSMutableString.html#method-3">-deleteCharactersInRange:</a>
<li ><a href ="NSMutableString.html#method-4">-initWithCapacity:</a>
<li ><a href ="NSMutableString.html#method-5">-insertString:</a>
<li ><a href ="NSMutableString.html#method-6">-replaceCharactersInRange:withString:</a>
<li ><a href ="NSMutableString.html#method-7">-replaceString:withString:</a>
<li ><a href ="NSMutableString.html#method-8">-setString:</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">stringWithCapacity:</a></h3>
+ (NSMutableString*) <b>stringWithCapacity:</b> (unsigned int)capacity;<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-1">appendFormat:</a></h3>
- (void) <b>appendFormat:</b> (NSString*)format,;<br>
<hr>
<h3><a name ="method-2">appendString:</a></h3>
- (void) <b>appendString:</b> (NSString*)aString;<br>
<hr>
<h3><a name ="method-3">deleteCharactersInRange:</a></h3>
- (void) <b>deleteCharactersInRange:</b> (NSRange)aRange;<br>
<hr>
<h3><a name ="method-4">initWithCapacity:</a></h3>
- (id) <b>initWithCapacity:</b> (unsigned int)capacity;<br>
<hr>
<h3><a name ="method-5">insertString:</a></h3>
- (void) <b>insertString:</b> (NSString*)aString;<br>
<hr>
<h3><a name ="method-6">replaceCharactersInRange:withString:</a></h3>
- (void) <b>replaceCharactersInRange:</b> (NSRange)aRange <b>withString:</b> (NSString*)aString;<br>
<hr>
<h3><a name ="method-7">replaceString:withString:</a></h3>
- (void) <b>replaceString:</b> (NSString*)aString <b>withString:</b> (NSString*)replacement;<br>
Standards: GNUstep NotMacOS-X NotOpenStep<br>
Replaces any (and all) occurrances of <em>aString</em> in the
receiver by <em>replacement</em>.
Has no effect if <em>aString</em> does not occur within the
receiver. NB. an empty string is not considered to exist within
the receiver.
<hr>
<h3><a name ="method-8">setString:</a></h3>
- (void) <b>setString:</b> (NSString*)aString;<br>
<hr>
</body>
</html>