Uses of Class
org.htmlunit.javascript.host.dom.DOMImplementation
-
Packages that use DOMImplementation Package Description org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of DOMImplementation in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom declared as DOMImplementation Modifier and Type Field Description private DOMImplementation
Document. implementation_
Methods in org.htmlunit.javascript.host.dom that return DOMImplementation Modifier and Type Method Description DOMImplementation
Document. getImplementation()
Returns the implementation object of the current document.
-