Deprecated API


Contents
Deprecated Methods
org.lobobrowser.html.FormInput.getCharset()
          The method is implemented only to provide some backward compatibility. 
org.lobobrowser.html.FormInput.getInputStream()
          Call either FormInput.getTextValue() or FormInput.getFileValue() instead. 
org.lobobrowser.html.HtmlRendererContext.open(String, String, String, boolean)
          Use HtmlRendererContext.open(URL, String, String, boolean) instead. 
org.lobobrowser.html.test.SimpleHtmlRendererContext.open(String, String, String, boolean)
          Use SimpleHtmlRendererContext.open(URL, String, String, boolean). 
 

Deprecated Constructors
org.lobobrowser.html.parser.HtmlParser(Document, ErrorHandler, String, String)
          UserAgentContext should be passed in constructor. 
org.lobobrowser.html.parser.InputSourceImpl()
          Use a constructor that takes either a stream or a reader. 
org.lobobrowser.html.parser.InputSourceImpl(InputStream)
          Use constructor with uri parameter. 
org.lobobrowser.html.parser.InputSourceImpl(Reader)
          Use constructor with uri parameter. 
org.lobobrowser.html.test.SimpleHtmlRendererContext(HtmlPanel)
          Use constructor that takes HtmlPanel and UserAgentContext 
 



SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Project Home]