Uses of Class
net.htmlparser.jericho.FormFields

Uses of FormFields in net.htmlparser.jericho
 

Methods in net.htmlparser.jericho that return FormFields
 FormFields Segment.getFormFields()
          Returns the FormFields object representing all form fields that are enclosed by this segment.
 

Methods in net.htmlparser.jericho 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.