mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-24 04:29:44 +00:00
(fixes issue #431) by Julian Mayer, typo in NSXMLParser
This commit is contained in:
parent
db1ff6c442
commit
9f5585708e
@ -32,7 +32,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
-(BOOL)shouldResolveExternalEntities;
|
||||
|
||||
-(void)setDelegate:delegate;
|
||||
-(void)setShouldProcessNamespace:(BOOL)flag;
|
||||
-(void)setShouldProcessNamespaces:(BOOL)flag;
|
||||
-(void)setShouldReportNamespacePrefixes:(BOOL)flag;
|
||||
-(void)setShouldResolveExternalEntities:(BOOL)flag;
|
||||
|
||||
|
@ -47,7 +47,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
_delegate=delegate;
|
||||
}
|
||||
|
||||
-(void)setShouldProcessNamespace:(BOOL)flag {
|
||||
-(void)setShouldProcessNamespaces:(BOOL)flag {
|
||||
_shouldProcessNamespaces=flag;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user