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

Method getPage

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

Returns the page that contains this node. @return the page that contains this node

()

Source from the content-addressed store, hash-verified

228 * @return the page that contains this node
229 */
230 public SgmlPage getPage() {
231 return page_;
232 }
233
234 /**
235 * Returns the page that contains this node.

Callers 15

getBrowserVersionMethod · 0.95
getElementsByTagNameMethod · 0.95
insertAdjacentTextMethod · 0.95
insertAdjacentHTMLMethod · 0.95
setOuterHTMLMethod · 0.95
getWithPreemptionMethod · 0.95
isNodeInsertableMethod · 0.95
setInnerTextMethod · 0.95
setOuterTextMethod · 0.95
setTextContentMethod · 0.95
serializeToStringMethod · 0.95
transformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected