mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
* Headers/Foundation/NSXMLElement.h: Change _attributes to be
a NSMutableDictionary instead of an NSMutableArray. * Source/NSXMLElement.m: Change implementation of some methods to use an NSMutableDictionary instead of arrays. Initialize ivars in initializer. * Source/NSXMLPrivate.h: Remove redundant method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34394 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6f2aee3252
commit
3014907a3a
4 changed files with 25 additions and 42 deletions
|
@ -76,6 +76,5 @@
|
|||
#endif
|
||||
|
||||
@interface NSXMLNode (Private)
|
||||
- (void) setName: (NSString *)name;
|
||||
- (void) setParent: (NSXMLNode *)node;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue