mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Add init method for parser
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08f72bd14a
commit
69788534da
1 changed files with 8 additions and 0 deletions
|
@ -1642,6 +1642,14 @@ static NSString *endMarker = @"At end of incremental parse";
|
||||||
return !(xmlGetWarningsDefaultValue = yesno);
|
return !(xmlGetWarningsDefaultValue = yesno);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initialises by calling -initWithSAXHandler: with a nil argument.
|
||||||
|
*/
|
||||||
|
- (id) init
|
||||||
|
{
|
||||||
|
return [self initWithSAXHandler: nil];
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* Initialisation of a new Parser with SAX handler (if not nil).
|
* Initialisation of a new Parser with SAX handler (if not nil).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue