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

  • createDocumentType(qualifiedName: string, publicId: string, systemId: string): internal.DocumentType
  • Parameters

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

    Returns internal.DocumentType

  • Parameters

    • Optional title: string

    Returns internal.Document

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

    Parameters

    • Rest ...args: any[]

    Returns true

Generated using TypeDoc