Uses of Class
au.id.jericho.lib.html.FormFields

Uses of FormFields in au.id.jericho.lib.html
 

Methods in au.id.jericho.lib.html that return FormFields
 FormFields Segment.findFormFields()
          Returns the FormFields object representing all form fields that are enclosed by this segment.
 

Methods in au.id.jericho.lib.html with parameters of type FormFields
 void FormFields.merge(FormFields formFields)
          Merges the specified FormFields into this FormFields collection.
 void OutputDocument.replace(FormFields formFields)
          Replaces all the constituent form controls from the specified FormFields in this output document.