Uses of Interface
org.w3c.dom.html.HTMLDocument
Packages that use HTMLDocument
-
Uses of HTMLDocument in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLDocument修饰符和类方法描述HTMLDOMImplementation.createHTMLDocument
(String title) Creates anHTMLDocument
object with the minimal tree made of the following elements:HTML
,HEAD
,TITLE
, andBODY
.