uci.xml
Class XMLRealizer

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

public class XMLRealizer
extends Object


Constructor Summary
XMLRealizer(uci.xml.Node topNode)
           
 
Method Summary
 void clearCache()
           
 void disableCache()
           
 void enableCache()
           
 boolean isCacheEnabled()
           
 void realize(RealizerFactory factory)
           
protected  void recurse(uci.xml.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRealizer

public XMLRealizer(uci.xml.Node topNode)
Method Detail

clearCache

public void clearCache()

disableCache

public void disableCache()

enableCache

public void enableCache()

isCacheEnabled

public boolean isCacheEnabled()

realize

public void realize(RealizerFactory factory)

recurse

protected void recurse(uci.xml.Node node)