Uses of Class
org.htmlunit.javascript.host.xml.XMLDocument
Packages that use XMLDocument
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of XMLDocument in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return XMLDocumentModifier and TypeMethodDescriptionDOMImplementation.createDocument
(String namespaceURI, String qualifiedName, DocumentType doctype) Creates anXMLDocument
. -
Uses of XMLDocument in org.htmlunit.javascript.host.xml
Methods in org.htmlunit.javascript.host.xml that return XMLDocumentModifier and TypeMethodDescriptionXSLTProcessor.transformToDocument
(Node source) Transforms the node source applying the stylesheet given by the importStylesheet() function.