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

Method isHtmlPage

src/main/java/org/htmlunit/Page.java:68–68  ·  view source on GitHub ↗

Returns true if this page is an HtmlPage. @return true or false

()

Source from the content-addressed store, hash-verified

66 * @return true or false
67 */
68 boolean isHtmlPage();
69}

Callers 15

closeMethod · 0.95
getPageMethod · 0.95
loadWebResponseIntoMethod · 0.95
setCurrentWindowMethod · 0.95
resolveWindowMethod · 0.95
downloadMethod · 0.95
makeUrlForOpenWindowMethod · 0.95
runMethod · 0.95
doClickStateUpdateMethod · 0.95
loadInnerPageMethod · 0.95
getAttributesForMethod · 0.95
setCheckedMethod · 0.95

Implementers 2

AbstractPagesrc/main/java/org/htmlunit/AbstractPag
SgmlPagesrc/main/java/org/htmlunit/SgmlPage.ja

Calls

no outgoing calls

Tested by

no test coverage detected