Package org.lobobrowser.html
Context interfaces that need to be implemented in order
to use the parser and renderer.
-
Interface Summary Interface Description BrowserFrame TheBrowserFrameinterface represents a browser frame.HtmlObject This interface should be implemented to provide OBJECT, EMBED or APPLET functionality.HtmlRendererContext TheHtmlRendererContextinterface must be implemented in order to use the Cobra HTML renderer.HttpRequest TheHttpRequestinterface should be implemented to provide web request capabilities.ReadyStateChangeListener TheReadyStateChangeListenerinterface is implemented to receive ReadyState change events fromHttpRequest.UserAgentContext Provides information about the user agent (browser) driving the parser and/or renderer. -
Class Summary Class Description AbstractHtmlRendererContext Abstract implementation of theHtmlRendererContextinterface with blank methods, provided for developer convenience.FormInput TheFormInputclass contains the state of an HTML form input item.