mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
added _initWithNode:kind:, changed copyWithZone:, etc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34575 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0c5781882a
commit
78ccfdae11
4 changed files with 71 additions and 26 deletions
|
@ -78,6 +78,11 @@ extern void clearPrivatePointers(xmlNodePtr aNode);
|
|||
return internal->docType;
|
||||
}
|
||||
|
||||
- (void) _createInternal
|
||||
{
|
||||
GS_CREATE_INTERNAL(NSXMLDocument);
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
return [self initWithKind: NSXMLDocumentKind options: 0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue