Field and Description |
---|
com.gargoylesoftware.htmlunit.TextUtil.DEFAULT_CHARSET
as of 2.26, use
StandardCharsets.ISO_8859_1 |
com.gargoylesoftware.htmlunit.xml.XmlUtil.DEFAULT_CHARSET
as of 2.26, use
StandardCharsets.UTF_8 |
Method and Description |
---|
com.gargoylesoftware.htmlunit.html.ScriptElement.getCharset()
as of 2.27, not used
|
com.gargoylesoftware.htmlunit.html.HtmlScript.getCharset()
as of 2.27, not used
|
com.gargoylesoftware.htmlunit.svg.SvgScript.getCharset()
as of 2.27, not used
|
com.gargoylesoftware.htmlunit.html.HtmlImage.getComplete()
as of 2.26, please use
HtmlImage.isComplete() instead |
com.gargoylesoftware.htmlunit.WebClientOptions.getPrintContentOnFailingStatusCode()
as of 2.27, please use
WebClientOptions.isPrintContentOnFailingStatusCode() |
Copyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.