Uses of Class
net.htmlparser.jericho.FormControl
-
Packages that use FormControl Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of FormControl in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return FormControl Modifier and Type Method Description FormControlElement. getFormControl()Returns theFormControldefined by this element.FormControlFormField. getFormControl()Returns the firstFormControlfrom this field.FormControlFormField. getFormControl(java.lang.String predefinedValue)Returns the constituentFormControlwith the specified predefined value.FormControlStartTag. getFormControl()Returns theFormControldefined by this start tag.Methods in net.htmlparser.jericho that return types with arguments of type FormControl Modifier and Type Method Description java.util.Collection<FormControl>FormField. getFormControls()Returns a collection of all the constituent form controls in this field.java.util.List<FormControl>Segment. getFormControls()Returns a list of theFormControlobjects that are enclosed by this segment.Methods in net.htmlparser.jericho with parameters of type FormControl Modifier and Type Method Description voidOutputDocument. replace(FormControl formControl)Replaces the specifiedFormControlin this output document.Constructor parameters in net.htmlparser.jericho with type arguments of type FormControl Constructor Description FormFields(java.util.Collection<FormControl> formControls)Constructs a newFormFieldsobject consisting of the specified form controls.
-