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!
>
>
>
|