|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FormControl in net.htmlparser.jericho |
---|
Methods in net.htmlparser.jericho that return FormControl | |
---|---|
FormControl |
Element.getFormControl()
Returns the FormControl defined by this element. |
FormControl |
FormField.getFormControl()
Returns the first FormControl from this field. |
FormControl |
StartTag.getFormControl()
Returns the FormControl defined by this start tag. |
FormControl |
FormField.getFormControl(java.lang.String predefinedValue)
Returns the constituent FormControl with the specified predefined value. |
Methods in net.htmlparser.jericho that return types with arguments of type FormControl | |
---|---|
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 the FormControl objects that are enclosed by this segment. |
Methods in net.htmlparser.jericho with parameters of type FormControl | |
---|---|
void |
OutputDocument.replace(FormControl formControl)
Replaces the specified FormControl in this output document. |
Constructor parameters in net.htmlparser.jericho with type arguments of type FormControl | |
---|---|
FormFields(java.util.Collection<FormControl> formControls)
Constructs a new FormFields object consisting of the specified form controls. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |