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

Method isHtmlPage

src/main/java/org/htmlunit/SgmlPage.java:262–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260 }
261
262 @Override
263 public boolean isHtmlPage() {
264 return false;
265 }
266
267 /**
268 * {@inheritDoc}

Callers 7

setDesignModeMethod · 0.95
getDefaultValueMethod · 0.95
serializeToStringMethod · 0.95
setValueMethod · 0.95
fireAdditionMethod · 0.95
processImportNodeMethod · 0.95
asXmlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected