Uses of Class
org.htmlunit.html.XHtmlPage
-
Packages that use XHtmlPage Package Description org.htmlunit Framework classes (contains theWebClient
class 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 XHtmlPage
DefaultPageCreator. createXHtmlPage(WebResponse webResponse, WebWindow webWindow)
Creates an XHtmlPage for this WebResponse.XHtmlPage
WebClient. loadXHtmlCodeIntoCurrentWindow(java.lang.String xhtmlCode)
Parses the given XHtml code string and loads the resulting XHtmlPage into the current window.
-