org.thymeleaf
Class DOMExecution.NonExecutableTreeHandler

Object
  extended by org.thymeleaf.DOMExecution.NonExecutableTreeHandler
All Implemented Interfaces:
UserDataHandler
Enclosing class:
DOMExecution

public static class DOMExecution.NonExecutableTreeHandler
extends Object
implements UserDataHandler


Field Summary
 
Fields inherited from interface org.w3c.dom.UserDataHandler
NODE_ADOPTED, NODE_CLONED, NODE_DELETED, NODE_IMPORTED, NODE_RENAMED
 
Method Summary
 void handle(short operation, String key, Object data, Node src, Node dst)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handle

public void handle(short operation,
                   String key,
                   Object data,
                   Node src,
                   Node dst)
Specified by:
handle in interface UserDataHandler


Copyright © 2012 The THYMELEAF team. All Rights Reserved.