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

Method XmlPage

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

Creates an instance. A warning is logged if an exception is thrown while parsing the XML content (for instance when the content is not a valid XML and can't be parsed). @param webResponse the response from the server @param enclosingWindow the window that holds the page @throws IOException if the p

(final WebResponse webResponse, final WebWindow enclosingWindow)

Source from the content-addressed store, hash-verified

66 * @throws IOException if the page could not be created
67 */
68 public XmlPage(final WebResponse webResponse, final WebWindow enclosingWindow) throws IOException {
69 this(webResponse, enclosingWindow, true);
70 }
71
72 /**
73 * Creates an instance.

Callers

nothing calls this directly

Calls 9

appendChildMethod · 0.95
buildDocumentMethod · 0.95
getNextSiblingMethod · 0.95
getMessageMethod · 0.80
isWarnEnabledMethod · 0.65
warnMethod · 0.65
getUrlMethod · 0.65
getFirstChildMethod · 0.45
getWebRequestMethod · 0.45

Tested by

no test coverage detected