Interface DOMImplementation

Hierarchy

  • Proxy
    • DOMImplementation

Index

Properties

Methods

Properties

public bubbleParent: boolean

Methods

public addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public applyProperties(props: Dictionary)

Parameters

public createDocument(namespaceURI: string, qualifiedName: string, doctype: DocumentType): Document

Parameters

  • namespaceURI: string
  • qualifiedName: string
  • doctype: DocumentType

Returns

Document

public createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType

Parameters

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

Returns

DocumentType

public fireEvent(name: string, event: Dictionary)

Parameters

public getBubbleParent(): boolean

Returns

boolean

public hasFeature(feature: string, version: string): boolean

Parameters

  • feature: string
  • version: string

Returns

boolean

public removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean