Uses of Class
net.htmlparser.jericho.FormField

Uses of FormField in net.htmlparser.jericho
 

Methods in net.htmlparser.jericho that return FormField
 FormField FormFields.get(java.lang.String fieldName)
          Returns the FormField with the specified name.
 

Methods in net.htmlparser.jericho that return types with arguments of type FormField
 java.util.Iterator<FormField> FormFields.iterator()
          Returns an iterator over the FormField objects in the collection.