Uses of Class
net.htmlparser.jericho.FormFields
-
Packages that use FormFields Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of FormFields in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return FormFields Modifier and Type Method Description FormFields
Segment. getFormFields()
Returns theFormFields
object representing all form fields that are enclosed by this segment.Methods in net.htmlparser.jericho with parameters of type FormFields Modifier and Type Method Description void
FormFields. merge(FormFields formFields)
Merges the specifiedFormFields
into thisFormFields
collection.void
OutputDocument. replace(FormFields formFields)
-