Re: [Htmlparser-user] Reading HTML doc
Brought to you by:
derrickoswald
|
From: Ian M. <ian...@gm...> - 2006-03-06 12:47:20
|
May I also suggest you have a look at the NodeTreeWalker class in CVS? Lets you navigate a Node tree iteratively in breadth-first or depth-first fashion. Ian On 05/03/06, Konstantine <lis...@gm...> wrote: > On 3/3/06, Derrick Oswald <Der...@ro...> wrote: > > I would suggest trying the FilterBuilder utility. > > You'll want things like TagNameFilter to get the <H3> and > > HasParent/HasChild/HasSibling filters to navigate around the node tree. > <snip> > > thanks for the reply and your time. I was going through API, it's > pretty cool, although documentation is somewhat lacking. > |