Module XML

Index

Variables

Enumerations

Interfaces

Functions

Variables

bubbleParent: boolean

Functions

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

Parameters

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

applyProperties(props: Dictionary)

Parameters

fireEvent(name: string, event: Dictionary)

Parameters

getBubbleParent(): boolean

Returns

boolean

parseString(xml: string): Document

Parameters

  • xml: string

Returns

Document

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

Parameters

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

serializeToString(node: Node): string

Parameters

Returns

string

setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean