Uses of Class
net.htmlparser.jericho.FormField
-
Packages that use FormField Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of FormField in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return FormField Modifier and Type Method Description FormFieldFormFields. get(java.lang.String fieldName)Returns theFormFieldwith the specified name.Methods in net.htmlparser.jericho that return types with arguments of type FormField Modifier and Type Method Description java.util.Iterator<FormField>FormFields. iterator()Returns an iterator over theFormFieldobjects in the collection.
-