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 FormField
FormFields. get(java.lang.String fieldName)
Returns theFormField
with 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 theFormField
objects in the collection.
-