org.lobobrowser.html.test
Class SimpleHtmlParserContext
java.lang.Object
org.lobobrowser.html.test.SimpleHtmlParserContext
- HtmlParserContext
public class SimpleHtmlParserContext
extends java.lang.Object
The
SimpleHtmlParserContext
is a simple implementation
of the
HtmlParserContext
interface. Methods
in this class should be overridden to provide functionality
such as cookies.
SimpleHtmlParserContext
public SimpleHtmlParserContext()
error
public void error(String message)
error
public void error(String message,
Throwable throwable)
getCookie
public String getCookie()
setCookie
public void setCookie(String cookie)
warn
public void warn(String message)
warn
public void warn(String message,
Throwable throwable)