Uses of Class
com.gargoylesoftware.htmlunit.activex.javascript.msxml.XMLDOMElement

Packages that use XMLDOMElement
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. 
 

Uses of XMLDOMElement in com.gargoylesoftware.htmlunit.activex.javascript.msxml
 

Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml that return XMLDOMElement
 XMLDOMElement XMLDOMDocument.getDocumentElement()
          Returns the root element of the document.
 

Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml with parameters of type XMLDOMElement
 void XMLDOMDocument.setDocumentElement(XMLDOMElement element)
          Sets the root element of the document.
 



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