Deprecated API

Contents

Deprecated Interfaces

HtmlParserContext
This interface is no longer used.

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.gui.HtmlBlockPanel.setRootNode(NodeImpl,boolean)
setContainer is unused.
org.lobobrowser.html.gui.HtmlPanel.setDocument(Document,HtmlRendererContext,HtmlParserContext)
HtmlParserContext is no longer used here.
org.lobobrowser.html.HtmlRendererContext.open(String,String,String,boolean)
org.lobobrowser.html.test.SimpleHtmlRendererContext.isMedia(String)
This method has been moved to UserAgentContext.

Deprecated Constructors

org.lobobrowser.html.parser.DocumentBuilderImpl.DocumentBuilderImpl(HtmlParserContext)
HtmlParserContext is no longer used.
org.lobobrowser.html.parser.DocumentBuilderImpl.DocumentBuilderImpl(HtmlParserContext,HtmlRendererContext)
HtmlParserContext is no longer used.
org.lobobrowser.html.parser.HtmlParser.HtmlParser(HtmlParserContext,HTMLDocument,ErrorHandler,String,String)
HtmlParserContext not needed by parser and UserAgentContext should be passed instead.
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,HtmlParserContext)
HtmlParserContext is no longer used in this class.
org.lobobrowser.html.test.SimpleHtmlRendererContext.SimpleHtmlRendererContext(HtmlPanel,HtmlParserContext,HtmlRendererContext)
HtmlParserContext is no longer used in this class.