Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
com.gargoylesoftware.htmlunit.xml |
Classes specific to xml pages
|
Modifier and Type | Method and Description |
---|---|
protected void |
SgmlPage.setDocumentType(DomDocumentType type)
Sets the document type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlPage.setDocumentType(DomDocumentType type)
Sets the document type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlPage.setDocumentType(DomDocumentType type)
Sets the document type.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.