Package com.pushtotest.tool.parser.html

Interface Summary
FormElement This is an interface that represents an element in an HTML form.
HTMLForm This is an interface to implement a specific HTMLForm type.
Selectable An interface to represent Form Elements that might be able to be 'selected' in a form.
 

Class Summary
ButtonElement Form element that represents a button in a form that a user could click.
CheckElement Form element that represents a check box.
FormElementWrapper An adapter class that implements the basics of the FormElement interface to make implementing FormElements easier.
HiddenElement A Form element that represents a hidden form element.
HTML4Form  
HTMLParser  
OptionElement  
RadioElement Form element that represents a radio button.
SelectElement This form element represents a Select element.
TextAreaElement This is the form element that represents a textarea element in a form.
TextElement This is the form element that represents a text field.
XHTMLForm