Dodo
DOm DOcument implementation
Loading...
Searching...
No Matches
Wikimedia\Dodo\Internal\Mutate Interface Reference

Internal constants for implementation-specific mutation handlers. More...

Public Attributes

const VALUE = 1
 The value of a Text, Comment or PI node changed.
 
const ATTR = 2
 A new attribute was added or an attribute value and/or prefix changed.
 
const REMOVE_ATTR = 3
 An attribute was removed.
 
const REMOVE = 4
 A node was removed.
 
const MOVE = 5
 A node was moved.
 
const INSERT = 6
 A node (or a subtree of nodes) was inserted.
 

Detailed Description

Internal constants for implementation-specific mutation handlers.


The documentation for this interface was generated from the following file: