org.odftoolkit.odfdom.dom.util
Class NodeAction<T>

java.lang.Object
  extended by org.odftoolkit.odfdom.dom.util.NodeAction<T>

public abstract class NodeAction<T>
extends Object


Constructor Summary
NodeAction()
           
 
Method Summary
protected abstract  void apply(Node node, T arg, int depth)
           
 void performAction(Node node, T arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAction

public NodeAction()
Method Detail

apply

protected abstract void apply(Node node,
                              T arg,
                              int depth)
                       throws Exception
Throws:
Exception

performAction

public void performAction(Node node,
                          T arg)
                   throws Exception
Throws:
Exception


Copyright © 2009. All Rights Reserved.