Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ setDocumentType
Method
setDocumentType
src/main/java/org/htmlunit/xml/XmlPage.java:379–382 ·
view source on GitHub ↗
{@inheritDoc}
(final DocumentType type)
Source
from the content-addressed store, hash-verified
377
* {@inheritDoc}
378
*/
379
@Override
380
public
void
setDocumentType(
final
DocumentType type) {
381
super.setDocumentType(type);
382
}
383
384
/**
385
* {@inheritDoc}
Callers
1
appendChild
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected