RE: [Htmlparser-developer] Label Tag
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-04-28 16:08:09
|
> However since LabelTag is a composite tag and can > have children, does it > not mean that it will have to override the toHtml() > method. I believe it > can use the super() method and will need to add to > it. CompositeTag implements toHtml() uniformly to iterate over children. If you are inheriting from CompositeTag, there is no reason you need to change toHtml(). That is why you need to modify the contents of the children to affect the output of toHtml(). Regards, Somik __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |