Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setDesignMode
Method · 0.95
getDefaultValue
Method · 0.95
serializeToString
Method · 0.95
setValue
Method · 0.95
fireAddition
Method · 0.95
processImportNode
Method · 0.95
asXml
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected