Re: [Htmlparser-developer] lexer integration
Brought to you by:
derrickoswald
From: Joshua K. <jo...@in...> - 2003-10-22 01:26:55
|
Derrick, It is me or are there duplicates of the StringNode, RemarkNode, etc between the org.htmlparser package and the org.htmlparser.lexer.nodes package? I also noticed that the NodeFactory's creation methods take the lexer as an argument, yet *all* of those methods and the methods they call rely on lexer.getPage(). Have you considered simply passing in a page instance rather than a lexer instance? That will work well for some further refactoring I have in mind. --jk |