Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with URLParser #4

Open
666tos opened this issue Feb 4, 2010 · 0 comments
Open

Problems with URLParser #4

666tos opened this issue Feb 4, 2010 · 0 comments

Comments

@666tos
Copy link

666tos commented Feb 4, 2010

When parsing content of URL with URLParser, delegate won't notified when parsing wiil done.
This may cause crashes.
This issue can't be solved with this modifications:
1.Implement "-(void)parsingFinished" method of delegate class.
2.Add call to this method in "-(void)finishParsing" method of ElementParser class.
-(void)finishParsing
{
[delegate parsingFinished]; //my code
[self parseMoreWithPartial: NO];
[self closeAllTags];
}
Best wishes, Nikita Ivanyushchenko.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant