Module  jdk.xml.dom
软件包  org.w3c.dom.html

Interface HTMLDOMImplementation

  • All Superinterfaces:
    DOMImplementation


    public interface HTMLDOMImplementation
    extends DOMImplementation
    所述 HTMLDOMImplementation接口扩展了 DOMImplementation接口与用于创建HTML文档实例的方法。
    从以下版本开始:
    1.4,DOM Level 2
    • 方法详细信息

      • createHTMLDocument

        HTMLDocument createHTMLDocument​(String title)
        创建一个 HTMLDocument与由以下元素的最小树对象: HTMLHEADTITLE ,和 BODY
        参数
        title - title文档的标题设置为 TITLE元素的内容,通过子项 Text节点。
        结果
        A new HTMLDocument object.