| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.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. |
XMLDocument |
DOMParser.parseFromString(String str,
Object type)
Parses the given Unicode string into a DOM document.
|
| 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–2020 Gargoyle Software Inc.. All rights reserved.