Re: [Htmlparser-user] how to extract form tag
Brought to you by:
derrickoswald
From: Derrick O. <Der...@Ro...> - 2006-03-21 12:27:59
|
try this: parser.extractAllNodesThatMatch (new TagNameFilter ("FORM")) Each of the form tags you get has a getFormInputs() method. 苏李亮 wrote: >Dear members, > > I want to extract the form tag in html page,and extract the input tag in the form, >and read the attribute of input tag, the attribute's value.Thank you! > > > |