Re: [Htmlparser-user] cookie
Brought to you by:
derrickoswald
From: Derrick O. <Der...@Ro...> - 2006-04-03 00:15:36
|
I guess it would be considered top down parsing. The lexer is under the direction of a scanner for each tag, which knows the 'production rule'. To figure it out I think you look for 'push' or 'pull'. Is something pulling (see IteratorImpl.nextNode()) or is it event driven and something is reacting to lower level lexeme recognition. Vishal Monpara wrote: > Hi Everybody, > > I have used this htmlparser in my project and the next week I have to > give presentation for this. I have few question about htmlparser. > > 1) What kind of parsing technique is used to develop it. Top down > parsing or Bottom up parsing. > 2) How one can figure it out that it is is using top down parsing / > bottom up parsing technique is used. > > Thanks in advance. > > Regards, > Vishal Monpara > |