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

Method getOwnerDocument

src/main/java/org/htmlunit/html/DomNode.java:248–251  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

246 * {@inheritDoc}
247 */
248 @Override
249 public Document getOwnerDocument() {
250 return getPage();
251 }
252
253 /**
254 * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br>

Callers 9

checkChildHierarchyMethod · 0.95
getComputedStyleMethod · 0.45
setTextContentMethod · 0.45
getDoTypeNodeMethod · 0.45
getXmlDocumentMethod · 0.45
appendChildMethod · 0.45

Calls 1

getPageMethod · 0.95

Tested by

no test coverage detected