mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
First cut at NSXMLDocument changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34371 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0babe2697b
commit
7b7b2a6f9d
10 changed files with 181 additions and 40 deletions
|
@ -74,3 +74,8 @@
|
|||
#endif /* HAVE_LIBXML */
|
||||
|
||||
#endif
|
||||
|
||||
@interface NSXMLNode (Private)
|
||||
- (void) setName: (NSString *)name;
|
||||
- (void) setParent: (NSXMLNode *)node;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue