Uses of Interface
org.w3c.dom.html.HTMLDocument
-
Packages that use HTMLDocument 软件包 描述 org.w3c.dom.html 为DOM Level 2 HTML规范提供接口。 -
-
Uses of HTMLDocument in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLDocument 变量和类型 方法 描述 HTMLDocument
HTMLDOMImplementation. createHTMLDocument(String title)
创建一个HTMLDocument
与由以下元素的最小树对象:HTML
,HEAD
,TITLE
,和BODY
。
-