Uses of Class
org.htmlunit.javascript.host.xml.XMLDocument
-
Packages that use XMLDocument 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. -
-
Uses of XMLDocument in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return XMLDocument Modifier and Type Method Description XMLDocument
DOMImplementation. createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
Creates anXMLDocument
. -
Uses of XMLDocument in org.htmlunit.javascript.host.xml
Methods in org.htmlunit.javascript.host.xml that return XMLDocument Modifier and Type Method Description XMLDocument
XSLTProcessor. transformToDocument(Node source)
Transforms the node source applying the stylesheet given by the importStylesheet() function.
-