Package org.lobobrowser.html

Context interfaces that need to be implemented in order to use the parser and renderer.

Interface Summary

BrowserFrame The BrowserFrame represents a browser frame.
HtmlObject This interface should be implemented to provide OBJECT, EMBED or APPLET functionality.
HtmlParserContext
HtmlRendererContext The HtmlRendererContext interface must be implemented in order to use the Cobra HTML renderer.
HttpRequest The HttpRequest interface should be implemented to provide web request capabilities.
ReadyStateChangeListener The ReadyStateChangeListener interface is implemented to receive ReadyState change events from HttpRequest.
UserAgentContext The user agent context.

Class Summary

FormInput The FormInput class contains the state of an HTML form input item.
Context interfaces that need to be implemented in order to use the parser and renderer.