I read the Javadoc of Lexer. there are parseRemark(), parseString() & parseTag(), but these 3 methods are not included in the Lexer jar package (htmlparser1_4_20030921.zip). Does anyone else have the same experiences?
henry
---------------------------------
Post your free ad now! Yahoo! Canada Personals
From: Derrick O. <Der...@Ro...> - 2003-10-24 18:18:34
Henry,
Those methods are marked protected. They are used internally by the
nextNode() method. They can be made public if there is a compelling
reason to.
Derrick
du du wrote:
> I read the Javadoc of Lexer. there are *parseRemark*
> <file:///E:/htmlparser_oct20/htmlparser1_4/docs/javadoc/org/htmlparser/lexer/Lexer.html#parseRemark%28%29>(),
> *parseString*
> <file:///E:/htmlparser_oct20/htmlparser1_4/docs/javadoc/org/htmlparser/lexer/Lexer.html#parseString%28%29>()
> & *parseTag*
> <file:///E:/htmlparser_oct20/htmlparser1_4/docs/javadoc/org/htmlparser/lexer/Lexer.html#parseTag%28%29>(),
> but these 3 methods are not included in the Lexer jar package
> (htmlparser1_4_20030921.zip
> <http://prdownloads.sourceforge.net/htmlparser/htmlparser1_4_20030921.zip?download>).
> Does anyone else have the same experiences?
>
> henry
>
>
>