public interface UserDataHandler:
Callback invoked when node-associated user data is affected by DOM operations.
import org.w3c.dom handler as UserDataHandler = null
| Modifier and Type | Member | Description |
|---|---|---|
| public static readonly | NODE_ADOPTEDNODE_ADOPTED as Int = 5 |
No summary. |
| public static readonly | NODE_CLONEDNODE_CLONED as Int = 1 |
Operation constants passed to handle. |
| public static readonly | NODE_DELETEDNODE_DELETED as Int = 3 |
No summary. |
| public static readonly | NODE_IMPORTEDNODE_IMPORTED as Int = 2 |
No summary. |
| public static readonly | NODE_RENAMEDNODE_RENAMED as Int = 4 |
No summary. |