mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
c18b1e9b6b
commit
1ea20c4766
1 changed files with 8 additions and 0 deletions
|
@ -1642,6 +1642,14 @@ static NSString *endMarker = @"At end of incremental parse";
|
|||
return !(xmlGetWarningsDefaultValue = yesno);
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialises by calling -initWithSAXHandler: with a nil argument.
|
||||
*/
|
||||
- (id) init
|
||||
{
|
||||
return [self initWithSAXHandler: nil];
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Initialisation of a new Parser with SAX handler (if not nil).
|
||||
|
|
Loading…
Reference in a new issue