Package org.lobobrowser.html
package org.lobobrowser.html
Context interfaces that need to be implemented in order
to use the parser and renderer.
-
ClassDescriptionAbstract implementation of the
HtmlRendererContext
interface with blank methods, provided for developer convenience.TheBrowserFrame
interface represents a browser frame.TheFormInput
class contains the state of an HTML form input item.This interface should be implemented to provide OBJECT, EMBED or APPLET functionality.TheHtmlRendererContext
interface must be implemented in order to use the Cobra HTML renderer.TheHttpRequest
interface should be implemented to provide web request capabilities.TheReadyStateChangeListener
interface is implemented to receive ReadyState change events fromHttpRequest
.Provides information about the user agent (browser) driving the parser and/or renderer.