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:
Doug Simons 2012-01-18 15:12:58 +00:00
parent 0c5781882a
commit 78ccfdae11
4 changed files with 71 additions and 26 deletions

View file

@ -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];