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:
Gregory John Casamento 2011-12-30 21:40:12 +00:00
parent 0babe2697b
commit 7b7b2a6f9d
10 changed files with 181 additions and 40 deletions

View file

@ -42,13 +42,14 @@ extern "C" {
{
#if GS_EXPOSE(NSXMLElement)
@protected
NSString *_name;
// NSString *_name;
NSMutableArray *_attributes;
NSMutableArray *_namespaces;
NSArray *_children;
NSMutableArray *_children;
BOOL _childrenHaveMutated;
NSString *_URI;
NSInteger _prefixIndex;
NSString *_value;
#endif
}