|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomDocumentType | |
---|---|
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 |
Uses of DomDocumentType in com.gargoylesoftware.htmlunit |
---|
Methods in com.gargoylesoftware.htmlunit with parameters of type DomDocumentType | |
---|---|
protected void |
SgmlPage.setDocumentType(DomDocumentType type)
Sets the document type. |
Uses of DomDocumentType in com.gargoylesoftware.htmlunit.html |
---|
Methods in com.gargoylesoftware.htmlunit.html with parameters of type DomDocumentType | |
---|---|
protected void |
HtmlPage.setDocumentType(DomDocumentType type)
Sets the document type. |
Uses of DomDocumentType in com.gargoylesoftware.htmlunit.xml |
---|
Methods in com.gargoylesoftware.htmlunit.xml with parameters of type DomDocumentType | |
---|---|
protected void |
XmlPage.setDocumentType(DomDocumentType type)
Sets the document type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |