-
Classes Class Description com.steadystate.css.CSS2Parser As of 0.9.0, replaced bycom.steadystate.css.parsers.CSSOMParser
com.steadystate.css.RGBColorImpl As of 0.9.0, replaced byRGBColorImpl
-
Methods Method Description 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 eitherFormInput.getTextValue()
orFormInput.getFileValue()
instead.org.lobobrowser.html.HtmlRendererContext.open(String, String, String, boolean) org.lobobrowser.html.test.SimpleHtmlRendererContext.open(String, String, String, boolean)
-
Constructors Constructor 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.test.SimpleHtmlRendererContext(HtmlPanel) Use constructor that takesHtmlPanel
andUserAgentContext