Interface DOMImplementation

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

MDN Reference

Hierarchy

  • DOMImplementation

Methods

  • Parameters

    • namespace: null | string
    • qualifiedName: null | string
    • Optional doctype: null | DocumentType

    Returns XMLDocument

  • Parameters

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

    Returns DocumentType

  • Parameters

    • Optional title: string

    Returns Document

  • Parameters

    • Rest ...args: any[]

    Returns true

    Deprecated

    MDN Reference

Generated using TypeDoc