Uses of Class
org.htmlunit.html.XHtmlPage
-
Packages that use XHtmlPage Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of XHtmlPage in org.htmlunit
Methods in org.htmlunit that return XHtmlPage Modifier and Type Method Description protected XHtmlPageDefaultPageCreator. createXHtmlPage(WebResponse webResponse, WebWindow webWindow)Creates an XHtmlPage for this WebResponse.XHtmlPageWebClient. loadXHtmlCodeIntoCurrentWindow(java.lang.String xhtmlCode)Parses the given XHtml code string and loads the resulting XHtmlPage into the current window.
-