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 FormControl
Element. getFormControl()
Returns theFormControl
defined by this element.FormControl
FormField. getFormControl()
Returns the firstFormControl
from this field.FormControl
FormField. getFormControl(java.lang.String predefinedValue)
Returns the constituentFormControl
with the specified predefined value.FormControl
StartTag. getFormControl()
Returns theFormControl
defined 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 theFormControl
objects that are enclosed by this segment.Methods in net.htmlparser.jericho with parameters of type FormControl Modifier and Type Method Description void
OutputDocument. replace(FormControl formControl)
Replaces the specifiedFormControl
in 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 newFormFields
object consisting of the specified form controls.
-