mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue