Re: [Htmlparser-developer] CompositeTagScanner
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-05-16 02:22:38
|
> In the documentation of CompositeTagScanner there is mention of ENDERS & > END_TAG_ENDERS string arrays. Can someone tell me the difference between the > two? > Ah - END_TAG_ENDERS is the array of tags/endtags that would signal that the current tag is not closed but should be. > Also the documentation makes a call to a 4 argument constructor with first > argument as string array. I don't see any suc constructor in the code. The code is self-documenting. Besides, usage is explained in the javadoc of the class CompositeTagScanner. Regards, Somik |