This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[GJC-16] Easy Iterate method
Created: Thu, 17 Jun 2004 12:54:30 -0700 (PDT)  Updated: Fri, 18 Jun 2004 15:25:24 -0700 (PDT)

Status:Open
Project:Genjava
Component/s:gj-scrape
Affects Version/s:
Fix Version/s:

Type:New FeaturePriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Unresolved 
Environment:


 Description   
Would be very nice to say: For "table" iterate over child "td"s.

Iterator iterate(String container, String tag)
Comment by bayard [ Thu, 17 Jun 2004 12:55:04 -0700 (PDT) ]
Ought to be an iterate(String tag) too.
Comment by bayard [ Fri, 18 Jun 2004 15:25:24 -0700 (PDT) ]
String[] getChildren(String,String) exists, so pushing this one back as it is less essential.