Re: [Htmlparser-developer] HTMLParserFeedback issues..
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-10-16 08:24:04
|
Dhaval wrote : "I tried compiling my program with the latest integration build. However it failed. I realised that the API signatures had been changed for HTMLParser. I think you should use overlaoded constructors so that backward compatibility is not affected. I think u must be already knowing about this. " I do hope you have the latest integration build. That does have overloaded constructors. "Also is it possible for someone to explain what is the purpose of the new class HTMLParserFeedback?" It is to enable you to implement logging or interactivity in your application - you get notified when there are warnings or info messages. Have u used log4j or the JDK 1.4 logging api ? The concept is similar to that. Regards, Somik |