net.matuschek.html |
|
Java Source File Name | Type | Comment |
FormField.java | Class | This class represents a form field. |
FormFiller.java | Class | |
FormHandler.java | Class | This class implements a stores settings for web forms.
It is used by the WebRobot to fill form field with
predefined values.
FormHandler is not thread safe. |
HtmlDocument.java | Class | This class implements an HTML document
It uses JTidy to parse the given HTML code to an internal DOM
representation. |