| Package | Description | 
|---|---|
| org.htmlunit.javascript.host.dom | Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
 need anything in this package. | 
| org.htmlunit.javascript.host.xml | Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't
 need anything in this package. | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLDocument | DOMImplementation. createDocument(String namespaceURI,
              String qualifiedName,
              DocumentType doctype)Creates an  XMLDocument. | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLDocument | XSLTProcessor. transformToDocument(Node source)Transforms the node source applying the stylesheet given by the importStylesheet() function. | 
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.