Options
All
  • Public
  • Public/Protected
  • All
Menu

An object providing methods which are not dependent on any particular document. Such an object is returned by the Document.implementation property.

Hierarchy

  • DOMImplementation

Index

Methods

  • Parameters

    • qualifiedName: string
    • publicId: string
    • systemId: string

    Returns <internal>.DocumentType

  • createHTMLDocument(title?: string): Document
  • Parameters

    • Optional title: string

    Returns Document

  • hasFeature(...args: any[]): true
  • deprecated

    Parameters

    • Rest ...args: any[]

    Returns true

Generated using TypeDoc