com.smallx.xml.pipeline
Class BasicCompiler

java.lang.Object
  extended bycom.smallx.xml.pipeline.BasicCompiler
All Implemented Interfaces:
PipelineCompiler

public class BasicCompiler
extends java.lang.Object
implements PipelineCompiler


Constructor Summary
BasicCompiler()
           
BasicCompiler(ComponentRegistry registry)
           
 
Method Summary
 Pipeline compile(Document spec)
           
 ComponentRegistry getComponentRegistry()
           
 void setComponentRegistry(ComponentRegistry newRegistry)
           
 void setLog(java.util.logging.Logger log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCompiler

public BasicCompiler()

BasicCompiler

public BasicCompiler(ComponentRegistry registry)
Method Detail

getComponentRegistry

public ComponentRegistry getComponentRegistry()

setComponentRegistry

public void setComponentRegistry(ComponentRegistry newRegistry)

compile

public Pipeline compile(Document spec)
                 throws CompileError
Specified by:
compile in interface PipelineCompiler
Throws:
CompileError

setLog

public void setLog(java.util.logging.Logger log)
Specified by:
setLog in interface PipelineCompiler