XML updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7523 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-09-15 19:56:39 +00:00
parent 81cfd9c1f1
commit 2a6edc8b17
88 changed files with 5305 additions and 2013 deletions

View file

@ -16,12 +16,16 @@
<h2><a name="cont-0">NSMutableSet</a></h2>
<h2><a name="NSMutableSet">NSMutableSet</a></h2>
<p><b>Declared in:</b> Foundation/NSSet.h</p>
<p><b>Inherits from:</b> NSSet</p>
<p><b>Inherits from:</b> <A HREF="NSSet.html#NSSet">NSSet</A></p>
<p><b>Conforms to:</b> NSCoding
</p>
<hr>
<h2>Instance Variables</h2>
<ul>
</ul>
<h2>Methods</h2>
<ul>
<li><a href="NSMutableSet.html#method-0">+allocWithZone:</a>
<li><a href="NSMutableSet.html#method-1">+setWithCapacity:</a>
@ -35,59 +39,60 @@
<li><a href="NSMutableSet.html#method-9">-setSet:</a>
<li><a href="NSMutableSet.html#method-10">-unionSet:</a>
</ul>
<hr>
<h2><a name="method-0">allocWithZone:</a></h2>
<hr><h2>Class Methods</h2>
<h3><a name="method-0">allocWithZone:</a></h3>
+ (id) <b>allocWithZone:</b> (NSZone*)zone;<br>
<hr>
<h2><a name="method-1">setWithCapacity:</a></h2>
<h3><a name="method-1">setWithCapacity:</a></h3>
+ (id) <b>setWithCapacity:</b> (unsigned int)numItems;<br>
<hr>
<h2><a name="method-2">addObject:</a></h2>
<hr><h2>Instances Methods</h2>
<h3><a name="method-2">addObject:</a></h3>
- (void) <b>addObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-3">addObjectsFromArray:</a></h2>
- (void) <b>addObjectsFromArray:</b> (NSArray*)anArray;<br>
<h3><a name="method-3">addObjectsFromArray:</a></h3>
- (void) <b>addObjectsFromArray:</b> (<A HREF="NSArray.html#NSArray">NSArray</A>*)anArray;<br>
<hr>
<h2><a name="method-4">initWithCapacity:</a></h2>
<h3><a name="method-4">initWithCapacity:</a></h3>
- (id) <b>initWithCapacity:</b> (unsigned int)numItems;<br>
<hr>
<h2><a name="method-5">intersectSet:</a></h2>
- (void) <b>intersectSet:</b> (NSSet*)otherSet;<br>
<h3><a name="method-5">intersectSet:</a></h3>
- (void) <b>intersectSet:</b> (<A HREF="NSSet.html#NSSet">NSSet</A>*)otherSet;<br>
<hr>
<h2><a name="method-6">minusSet:</a></h2>
- (void) <b>minusSet:</b> (NSSet*)otherSet;<br>
<h3><a name="method-6">minusSet:</a></h3>
- (void) <b>minusSet:</b> (<A HREF="NSSet.html#NSSet">NSSet</A>*)otherSet;<br>
<hr>
<h2><a name="method-7">removeAllObjects</a></h2>
<h3><a name="method-7">removeAllObjects</a></h3>
- (void) <b>removeAllObjects</b>;<br>
<hr>
<h2><a name="method-8">removeObject:</a></h2>
<h3><a name="method-8">removeObject:</a></h3>
- (void) <b>removeObject:</b> (id)anObject;<br>
<hr>
<h2><a name="method-9">setSet:</a></h2>
- (void) <b>setSet:</b> (NSSet*)otherSet;<br>
<h3><a name="method-9">setSet:</a></h3>
- (void) <b>setSet:</b> (<A HREF="NSSet.html#NSSet">NSSet</A>*)otherSet;<br>
<hr>
<h2><a name="method-10">unionSet:</a></h2>
- (void) <b>unionSet:</b> (NSSet*)otherSet;<br>
<h3><a name="method-10">unionSet:</a></h3>
- (void) <b>unionSet:</b> (<A HREF="NSSet.html#NSSet">NSSet</A>*)otherSet;<br>
<hr>