Re: [Htmlparser-user] HTML parser for HTML translation
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-02-07 19:25:27
|
--- Aminudin Khalid <ami...@mi...> wrote: > Could u guys help me analyzing what is wrong in the > following codes. In > HTMParser there is a method called > *visitAllNodesWith(visitor)* . The > argument's type is *HTMLVisitor. *However, the > following class use > StringTranslatingVisitor which extends HTMLVisitor > as an argument. JAVAC > keeps complaining me about this. > > Your help is appreciated. Thanks > > p/s : Notice that I've commented out "import > org.htmlparser.visitors". You have to import like this : import org.htmlparser.visitors.*; or import org.htmlparser.visitors.HTMLVisitor; Regards, Somik __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |