This file is indexed.

/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSXMLElement.html is in gnustep-base-doc 1.25.1-2ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>NSXMLElement class documentation</title>
  </head>
  <body>
    <font face="serif">
    <a href="Base.html">Up</a>
    <br />
    <h1><a name="title$NSXMLElement">NSXMLElement class documentation</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Generated by Debian</dt>
      <dd>
      </dd>
    </dl>

        <div>
    </div>

          <h1><a name="001000000000">
        Software documentation for the NSXMLElement class
      </a></h1>
    <h2><a name="class$NSXMLElement">NSXMLElement</a> : <a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a></h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>Foundation/NSXMLElement.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          Represents an XML element. <br />
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-addAttribute$">-addAttribute:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-addChild$">-addChild:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-addNamespace$">-addNamespace:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-attributeForLocalName$URI$">-attributeForLocalName:URI:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-attributeForName$">-attributeForName:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-attributes">-attributes</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-elementsForLocalName$URI$">-elementsForLocalName:URI:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-elementsForName$">-elementsForName:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-initWithName$">-initWithName:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-initWithName$URI$">-initWithName:URI:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-initWithName$stringValue$">-initWithName:stringValue:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-initWithXMLString$error$">-initWithXMLString:error:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-insertChild$atIndex$">-insertChild:atIndex:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-insertChildren$atIndex$">-insertChildren:atIndex:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-namespaceForPrefix$">-namespaceForPrefix:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-namespaces">-namespaces</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-normalizeAdjacentTextNodesPreservingCDATA$">-normalizeAdjacentTextNodesPreservingCDATA:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-removeAttributeForName$">-removeAttributeForName:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-removeChildAtIndex$">-removeChildAtIndex:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-removeNamespaceForPrefix$">-removeNamespaceForPrefix:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-replaceChildAtIndex$withNode$">-replaceChildAtIndex:withNode:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-resolveNamespaceForName$">-resolveNamespaceForName:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-resolvePrefixForNamespaceURI$">-resolvePrefixForNamespaceURI:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-setAttributes$">-setAttributes:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-setAttributesAsDictionary$">-setAttributesAsDictionary:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-setAttributesWithDictionary$">-setAttributesWithDictionary:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-setChildren$">-setChildren:</a></li>
      <li><a rel="gsdoc" href="NSXMLElement.html#method$NSXMLElement-setNamespaces$">-setNamespaces:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSXMLElement-addAttribute$">addAttribute:&nbsp;</a></h3>
    - (void) <b>addAttribute:</b> (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*)attribute;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Adds the supplied <var>attribute</var> to the receiver
            (ignoring if it has a duplicate name).
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-addChild$">addChild:&nbsp;</a></h3>
    - (void) <b>addChild:</b> (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*)child;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Adds a <var>child</var> after existing children.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-addNamespace$">addNamespace:&nbsp;</a></h3>
    - (void) <b>addNamespace:</b> (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*)aNamespace;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Adds a namespace unless the name is a duplicate.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-attributeForLocalName$URI$">attributeForLocalName:&nbsp;URI:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*) <b>attributeForLocalName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)localName<b> URI:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)URI;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the attribute matching <var>localName</var>
            and <var>URI</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-attributeForName$">attributeForName:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*) <b>attributeForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the named attribute.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-attributes">attributes&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*) <b>attributes</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the receiver&apos;s attributes.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-elementsForLocalName$URI$">elementsForLocalName:&nbsp;URI:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*) <b>elementsForLocalName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)localName<b> URI:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)URI;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Searches for and returns all child elements which
            match <var>localName</var> and the specified
            <var>URI</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-elementsForName$">elementsForName:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*) <b>elementsForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Searches for and returns all child elements which
            match <var>name</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-initWithName$">initWithName:&nbsp;</a></h3>
    - (id) <b>initWithName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Initialises the receiver with the given
            <var>name</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-initWithName$URI$">initWithName:&nbsp;URI:&nbsp;</a></h3>
    - (id) <b>initWithName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name<b> URI:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)URI;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Initialises the receiver with the given
            <var>name</var> and namespace <var>URI</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-initWithName$stringValue$">initWithName:&nbsp;stringValue:&nbsp;</a></h3>
    - (id) <b>initWithName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name<b> stringValue:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)string;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Initialises the receiver as a text node with
            the given <var>name</var> and content.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-initWithXMLString$error$">initWithXMLString:&nbsp;error:&nbsp;</a></h3>
    - (id) <b>initWithXMLString:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)string<b> error:</b> (<a rel="gsdoc" href="NSError.html#class$NSError">NSError</a>**)error;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Initialises the receiver by parsing the XML
            <var>string</var> supplied.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-insertChild$atIndex$">insertChild:&nbsp;atIndex:&nbsp;</a></h3>
    - (void) <b>insertChild:</b> (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*)child<b> atIndex:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)index;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Inerts a <var>child</var> node.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-insertChildren$atIndex$">insertChildren:&nbsp;atIndex:&nbsp;</a></h3>
    - (void) <b>insertChildren:</b> (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*)children<b> atIndex:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)index;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Inserts a number of <var>children</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-namespaceForPrefix$">namespaceForPrefix:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*) <b>namespaceForPrefix:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the namespace for the specified prefix in
            the receiver.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-namespaces">namespaces&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*) <b>namespaces</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the namespaces of the receiver.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-normalizeAdjacentTextNodesPreservingCDATA$">normalizeAdjacentTextNodesPreservingCDATA:&nbsp;</a></h3>
    - (void) <b>normalizeAdjacentTextNodesPreservingCDATA:</b> (BOOL)preserve;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Merges adjacent text nodes. If a node&apos;s value is the
            empty string, and <var>preserve</var> is
            <code>NO</code>, it is removed. <br /> This should
            be called with a value of <code>NO</code> before using
            XQuery or XPath.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-removeAttributeForName$">removeAttributeForName:&nbsp;</a></h3>
    - (void) <b>removeAttributeForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Removes the named attribute.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-removeChildAtIndex$">removeChildAtIndex:&nbsp;</a></h3>
    - (void) <b>removeChildAtIndex:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)index;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Removes a child node.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-removeNamespaceForPrefix$">removeNamespaceForPrefix:&nbsp;</a></h3>
    - (void) <b>removeNamespaceForPrefix:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Removes a named namespace.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-replaceChildAtIndex$withNode$">replaceChildAtIndex:&nbsp;withNode:&nbsp;</a></h3>
    - (void) <b>replaceChildAtIndex:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)index<b> withNode:</b> (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*)theNode;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Replaces the child at the specified
            <var>index</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-resolveNamespaceForName$">resolveNamespaceForName:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*) <b>resolveNamespaceForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the namespace found by searching the chain
            of namespaces.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-resolvePrefixForNamespaceURI$">resolvePrefixForNamespaceURI:&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*) <b>resolvePrefixForNamespaceURI:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)namespaceURI;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the URI by searching the chain of
            namespaces.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-setAttributes$">setAttributes:&nbsp;</a></h3>
    - (void) <b>setAttributes:</b> (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*)attributes;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the <var>attributes</var> of the receiver,
            ignoring all but the first of any duplicates.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-setAttributesAsDictionary$">setAttributesAsDictionary:&nbsp;</a></h3>
    - (void) <b>setAttributesAsDictionary:</b> (<a rel="gsdoc" href="NSDictionary.html#class$NSDictionary">NSDictionary</a>*)attributes;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets <var>attributes</var> from the supplied
            dictionary. <br /> DEPRECATED... use
            <a rel="gsdoc" href="#method$NSXMLElement-setAttributesWithDictionary$">
              -setAttributesWithDictionary:
            </a>

            instead.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-setAttributesWithDictionary$">setAttributesWithDictionary:&nbsp;</a></h3>
    - (void) <b>setAttributesWithDictionary:</b> (<a rel="gsdoc" href="NSDictionary.html#class$NSDictionary">NSDictionary</a>*)attributes;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.7.0</div>
<br />
    <div class="desc">
      
            Sets <var>attributes</var> from the supplied
            dictionary.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-setChildren$">setChildren:&nbsp;</a></h3>
    - (void) <b>setChildren:</b> (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*)children;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Replaces all existing child nodes with those from
            the array.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLElement-setNamespaces$">setNamespaces:&nbsp;</a></h3>
    - (void) <b>setNamespaces:</b> (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*)namespaces;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the <var>namespaces</var> for the receiver,
            ignoring all but the first of any duplicates.
          
    </div>
    <hr width="25%" align="left" />
</div>
    <br />
    <a href="Base.html">Up</a>
    </font>
</body>
</html>