Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DOMImplementation

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

  • createDocument(namespaceURI: null | string, qualifiedName: null | string, doctype: null | DocumentType): Document
  • Parameters

    • namespaceURI: null | string
    • qualifiedName: null | string
    • doctype: null | DocumentType

    Returns Document

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

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

    Returns 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