com.smallx.xml.component.standard.template
Class TemplateCompiler

java.lang.Object
  extended bycom.smallx.xml.component.standard.template.TemplateCompiler

public class TemplateCompiler
extends java.lang.Object


Constructor Summary
TemplateCompiler()
          Creates a new instance of TemplateCompiler
 
Method Summary
 Component compile(java.util.List specElements, java.util.List paramElements)
           
 java.util.List subtreeElements(java.util.List list, Element spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateCompiler

public TemplateCompiler()
Creates a new instance of TemplateCompiler

Method Detail

compile

public Component compile(java.util.List specElements,
                         java.util.List paramElements)
                  throws XMLException
Throws:
XMLException

subtreeElements

public java.util.List subtreeElements(java.util.List list,
                                      Element spec)