Design question - HTML table parser
From: Rio (riolino_eatball_at_yahoo.com)
Date: 12/01/04
- Previous message: jmm-list-gn: "Re: Problems in xml parsing"
- Next in thread: Hal Rosser: "Re: Design question - HTML table parser"
- Reply: Hal Rosser: "Re: Design question - HTML table parser"
- Reply: Pop Qvarnström: "Re: Design question - HTML table parser"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 1 Dec 2004 19:57:40 +0100
I'm trying to build HTML table parser (available not satisfying my needs), I
need to know what is in every cell, along with its cell, row and table
number plus the attributes that go with those tags.
I create Table, TableRow and TableCell objects each containing an array list
of subelements. That works fine when the tables are not nested, so my
question is how would I design Table that holds Rows that hold Cells which
again can contain the whole Table!
- Previous message: jmm-list-gn: "Re: Problems in xml parsing"
- Next in thread: Hal Rosser: "Re: Design question - HTML table parser"
- Reply: Hal Rosser: "Re: Design question - HTML table parser"
- Reply: Pop Qvarnström: "Re: Design question - HTML table parser"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|