Class and Description |
---|
com.steadystate.css.CSS2Parser
As of 0.9.0, replaced by
com.steadystate.css.parsers.CSSOMParser |
com.steadystate.css.RGBColorImpl
As of 0.9.0, replaced by
RGBColorImpl |
Method and Description |
---|
org.lobobrowser.html.FormInput.getCharset()
The method is implemented only to provide some backward compatibility.
|
com.steadystate.css.parser.CharStream.getColumn() |
com.steadystate.css.parser.ASCII_CharStream.getColumn() |
org.lobobrowser.html.FormInput.getInputStream()
Call either
FormInput.getTextValue() or FormInput.getFileValue() instead. |
com.steadystate.css.parser.CharStream.getLine() |
com.steadystate.css.parser.ASCII_CharStream.getLine() |
org.lobobrowser.html.HtmlRendererContext.open(String, String, String, boolean) |
org.lobobrowser.html.test.SimpleHtmlRendererContext.open(String, String, String, boolean) |
Constructor and Description |
---|
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 |