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)
| 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 | } |
no outgoing calls