KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > UserDataHandler

org.w3c.dom
Interface UserDataHandler

See Also:
Top Examples, Source Code

void handle(short operation,
            String key,
            Object data,
            Node src,
            Node dst)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final short NODE_ADOPTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final short NODE_CLONED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final short NODE_DELETED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final short NODE_IMPORTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final short NODE_RENAMED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags