Uses of Class
com.gargoylesoftware.htmlunit.html.DomDocumentType

Packages that use DomDocumentType
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
com.gargoylesoftware.htmlunit.activex.javascript.msxml Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
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.activex.javascript.msxml
 

Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml that return DomDocumentType
 DomDocumentType XMLDOMDocumentType.getDomNodeOrDie()
          Returns the DOM node that corresponds to this JavaScript object or throw an exception if one cannot be found.
 

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.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.