MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / parse

Method parse

src/main/java/org/htmlunit/html/parser/HTMLParser.java:96–96  ·  view source on GitHub ↗

Parses the WebResponse into an object tree representation. @param webClient the WebClient @param webResponse the response data @param page the HtmlPage to add the nodes @param xhtml if true use the XHtml parser @param createdByJavascript if true the (script) tag was created by javascript @t

(WebClient webClient, WebResponse webResponse, HtmlPage page,
            boolean xhtml, boolean createdByJavascript)

Source from the content-addressed store, hash-verified

94 * @throws IOException if there is an IO error
95 */
96 void parse(WebClient webClient, WebResponse webResponse, HtmlPage page,
97 boolean xhtml, boolean createdByJavascript) throws IOException;
98}

Callers 15

parseHtmlDocumentMethod · 0.95
createHTMLDocumentMethod · 0.95
test.jsFile · 0.65
qunit.jsFile · 0.65
arrayFunction · 0.65
onfinishedTestsFunction · 0.65
core.jsFile · 0.65
mootools-slick.jsFile · 0.65
loadFunction · 0.65
dojo.jsFile · 0.65

Implementers 1

HtmlUnitNekoHtmlParsersrc/main/java/org/htmlunit/html/parser

Calls

no outgoing calls

Tested by 15

returnsNullMethod · 0.52
plainMimeMethod · 0.52
mimeWithWhitespaceMethod · 0.52
unusualMimeMethod · 0.52
unknownParamMethod · 0.52
multipleUnknownParamsMethod · 0.52
trailingSemicolonMethod · 0.52
bareKeyMethod · 0.52
bareKeyWhitespaceMethod · 0.52
emptyUnquotedMethod · 0.52
emptyQuotedMethod · 0.52
emptyWhitespaceMethod · 0.52