Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.xml.XMLDocument

Packages that use XMLDocument
com.gargoylesoftware.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of XMLDocument in com.gargoylesoftware.htmlunit.javascript.host
 

Methods in com.gargoylesoftware.htmlunit.javascript.host that return XMLDocument
static XMLDocument ActiveXObject.buildXMLDocument(WebWindow enclosingWindow)
          Builds XMLDocument.
 XMLDocument DOMImplementation.jsxFunction_createDocument(String namespaceURI, String qualifiedName, Object doctype)
          Creates an XMLDocument.
 XMLDocument DOMParser.jsxFunction_parseFromString(String str, String contentType)
          The string passed in is parsed into a DOM document.
 XMLDocument XSLTProcessor.jsxFunction_transformToDocument(Node source)
          Transforms the node source applying the stylesheet given by the importStylesheet() function.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.