public interface UserDataHandler
Modifier and Type | Field and Description |
---|---|
static short |
NODE_ADOPTED |
static short |
NODE_CLONED |
static short |
NODE_DELETED |
static short |
NODE_IMPORTED |
static short |
NODE_RENAMED |
Modifier and Type | Method and Description |
---|---|
void |
handle(short operation,
java.lang.String key,
java.lang.Object data,
org.w3c.dom.Node src,
org.w3c.dom.Node dst) |
static final short NODE_CLONED
static final short NODE_IMPORTED
static final short NODE_DELETED
static final short NODE_RENAMED
static final short NODE_ADOPTED