uci.xml
Class NodeRealizerAdapter

java.lang.Object
  |
  +--uci.xml.NodeRealizerAdapter

public class NodeRealizerAdapter
extends Object
implements NodeRealizer


Constructor Summary
NodeRealizerAdapter()
           
 
Method Summary
static String getAttribute(uci.xml.Node node, String key)
           
static String getText(uci.xml.Node node)
           
 void postRealize(uci.xml.Node node)
           
 void preRealize(uci.xml.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeRealizerAdapter

public NodeRealizerAdapter()
Method Detail

getAttribute

public static String getAttribute(uci.xml.Node node,
                                  String key)

getText

public static String getText(uci.xml.Node node)
                      throws RuntimeException

postRealize

public void postRealize(uci.xml.Node node)
Specified by:
postRealize in interface NodeRealizer

preRealize

public void preRealize(uci.xml.Node node)
Specified by:
preRealize in interface NodeRealizer