mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Documented new method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14249 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bde22bbc6f
commit
2924232228
2 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
* Source/NSProcessInfo.m: ([-globallyUniqueString]) Ensure that the
|
* Source/NSProcessInfo.m: ([-globallyUniqueString]) Ensure that the
|
||||||
string contains no dots, so it can be used as a filename under
|
string contains no dots, so it can be used as a filename under
|
||||||
windoze.
|
windoze.
|
||||||
|
* Source/Additions/GSXML.m ([GSXMLNode -setNamespace:]): Documented.
|
||||||
|
|
||||||
2002-08-07 Richard Frith-Macdonald <rfm@gnu.org>
|
2002-08-07 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -1296,6 +1296,12 @@ static NSMapTable *nodeNames = 0;
|
||||||
return desc;
|
return desc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the namespace of the receiver to the value specified.<br />
|
||||||
|
* Supplying a nil namespace removes any namespace previously set
|
||||||
|
* or any namespace that the node inherited from a parent when it
|
||||||
|
* was created.
|
||||||
|
*/
|
||||||
- (void) setNamespace: (GSXMLNamespace *)space
|
- (void) setNamespace: (GSXMLNamespace *)space
|
||||||
{
|
{
|
||||||
xmlSetNs (lib, [space lib]);
|
xmlSetNs (lib, [space lib]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue