nsgenbind
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
dom.idl File Reference

Go to the source code of this file.

Classes

interface  Event
 
interface  CustomEvent
 
interface  EventTarget
 
interface  EventListener
 
interface  NonElementParentNode
 
interface  ParentNode
 
interface  NonDocumentTypeChildNode
 
interface  ChildNode
 
interface  NodeList
 
interface  HTMLCollection
 
interface  MutationObserver
 
interface  MutationRecord
 
interface  Node
 
interface  Document
 
interface  XMLDocument
 
interface  DOMImplementation
 
interface  DocumentFragment
 
interface  DocumentType
 
interface  Element
 
interface  NamedNodeMap
 
interface  Attr
 
interface  CharacterData
 
interface  Text
 
interface  ProcessingInstruction
 
interface  Comment
 
interface  Range
 
interface  NodeIterator
 
interface  TreeWalker
 
interface  NodeFilter
 
interface  DOMTokenList
 
interface  DOMSettableTokenList
 

Typedefs

typedef sequence< DOMString > attributeFilter
 

Variables

dictionary EventInit
 
boolean cancelable = false
 
dictionary CustomEventInit
 
Document implements NonElementParentNode
 
Document implements ParentNode
 
Element implements NonDocumentTypeChildNode
 
DocumentType implements ChildNode
 
callback MutationCallback = void (sequence<MutationRecord> mutations, MutationObserver observer)
 
dictionary MutationObserverInit
 
boolean attributes
 
boolean characterData
 
boolean subtree = false
 
boolean attributeOldValue
 
boolean characterDataOldValue
 

Typedef Documentation

◆ attributeFilter

sequence<DOMString> attributeFilter

Definition at line 145 of file dom.idl.

Variable Documentation

◆ attributeOldValue

boolean attributeOldValue

Definition at line 143 of file dom.idl.

◆ attributes

boolean attributes

Definition at line 140 of file dom.idl.

◆ cancelable

boolean cancelable = false

Definition at line 35 of file dom.idl.

◆ characterData

boolean characterData

Definition at line 141 of file dom.idl.

◆ characterDataOldValue

boolean characterDataOldValue

Definition at line 144 of file dom.idl.

◆ ChildNode

Definition at line 106 of file dom.idl.

◆ CustomEventInit

dictionary CustomEventInit

Definition at line 46 of file dom.idl.

◆ EventInit

dictionary EventInit
Initial value:
{
boolean bubbles = false

Definition at line 33 of file dom.idl.

◆ MutationCallback

callback MutationCallback = void (sequence<MutationRecord> mutations, MutationObserver observer)

Definition at line 136 of file dom.idl.

◆ MutationObserverInit

dictionary MutationObserverInit
Initial value:
{
boolean childList = false

Definition at line 138 of file dom.idl.

◆ NonDocumentTypeChildNode

Definition at line 95 of file dom.idl.

◆ NonElementParentNode

Definition at line 66 of file dom.idl.

◆ ParentNode

Element implements ParentNode

Definition at line 85 of file dom.idl.

◆ subtree

boolean subtree = false

Definition at line 142 of file dom.idl.