Changes for NSXML (DOES NOT COMPILE)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2012-01-10 20:42:32 +00:00
parent 439d2050f2
commit 7566c5da55
3 changed files with 83 additions and 138 deletions

View file

@ -53,6 +53,9 @@ GS_PRIVATE_INTERNAL(NSXMLNode)
[n setURI: URI];
[n setStringValue: stringValue];
[n setName: name];
internal
return n;
}