MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getCharset

Method getCharset

src/main/java/org/htmlunit/html/HtmlPage.java:557–563  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

555 * {@inheritDoc}
556 */
557 @Override
558 public Charset getCharset() {
559 if (originalCharset_ == null) {
560 originalCharset_ = getWebResponse().getContentCharset();
561 }
562 return originalCharset_;
563 }
564
565 /**
566 * {@inheritDoc}

Callers 14

pageCharsetMethod · 0.95
executeScriptIfNeededMethod · 0.95
asXmlMethod · 0.95
doClickStateUpdateMethod · 0.95
doClickStateUpdateMethod · 0.95
saveAsMethod · 0.95
getWebRequestMethod · 0.95
downloadImageIfNeededMethod · 0.95
downloadImageIfNeededMethod · 0.95

Calls 2

getWebResponseMethod · 0.65
getContentCharsetMethod · 0.45