org.w3c.dom
Interface UserDataHandler
public interface UserDataHandler
|
Method Summary |
void |
handle(short operation,
String key,
Object data,
org.w3c.dom.Node src,
org.w3c.dom.Node dst)
|
NODE_CLONED
static final short NODE_CLONED
- See Also:
- Constant Field Values
NODE_IMPORTED
static final short NODE_IMPORTED
- See Also:
- Constant Field Values
NODE_DELETED
static final short NODE_DELETED
- See Also:
- Constant Field Values
NODE_RENAMED
static final short NODE_RENAMED
- See Also:
- Constant Field Values
NODE_ADOPTED
static final short NODE_ADOPTED
- See Also:
- Constant Field Values
handle
void handle(short operation,
String key,
Object data,
org.w3c.dom.Node src,
org.w3c.dom.Node dst)
Copyright © 2001-2012 Codehaus. All Rights Reserved.