Frames | No Frames |
Deprecated Classes | |
CSS2Parser As of 0.9.0, replaced by
com.steadystate.css.parsers.CSSOMParser | |
RGBColorImpl As of 0.9.0, replaced by RGBColorImpl |
Deprecated Methods | |
com.steadystate.css.parser.ASCII_CharStream.getColumn() | |
com.steadystate.css.parser.ASCII_CharStream.getLine() | |
com.steadystate.css.parser.CharStream.getColumn() | |
com.steadystate.css.parser.CharStream.getLine() | |
org.lobobrowser.html.FormInput.getCharset() The method is implemented only to provide some backward compatibility. | |
org.lobobrowser.html.FormInput.getInputStream() Call either getTextValue() or getFileValue() instead. | |
org.lobobrowser.html.HtmlRendererContext.open(String,String,String,boolean) Use open(URL,String,String,boolean) instead. | |
org.lobobrowser.html.test.SimpleHtmlRendererContext.open(String,String,String,boolean) Use open(URL, String, String, boolean) . |
Deprecated Constructors | |
org.lobobrowser.html.parser.HtmlParser.HtmlParser(HTMLDocument,ErrorHandler,String,String) UserAgentContext should be passed in constructor. | |
org.lobobrowser.html.parser.InputSourceImpl.InputSourceImpl(InputStream) Use constructor with uri parameter. | |
org.lobobrowser.html.parser.InputSourceImpl.InputSourceImpl(Reader) Use constructor with uri parameter. | |
org.lobobrowser.html.test.SimpleHtmlRendererContext.SimpleHtmlRendererContext(HtmlPanel) Use constructor that takes HtmlPanel and UserAgentContext |