RE: [Htmlparser-developer] CompositeTagScanner
Brought to you by:
derrickoswald
From: <dha...@or...> - 2003-05-16 05:15:23
|
> > > 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. > Do u mean start tag as well as end tags? > > 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. > As I mentioned above I see some discrepancy between the code and documentation hence I was asking for an explanation. MATCHIDS has been explained bt the above 2 were not and hence I was asking. |