com.smallx.xml.component.standard
Interface ComponentInstantiator

All Known Implementing Classes:
AddComponent.Instantiator, DocumentComponent.Instantiator, FileComponent.Instantiator, Java.Instantiator, Parse.Instantiator, PipelineComponent.Instantiator, RegexComponent.Instantiator, Rename.Instantiator, RouteComponent.Instantiator, Sequence.Instantiator, SetAttributeComponent.Instantiator, StandardInstantiator, SubtreeView.Instantiator, TemplateComponent.Instantiator, TrapComponent.Instantiator, Unwrap.Instantiator, URLComponent.Instantiator, Wrap.Instantiator, XSLT.Instantiator

public interface ComponentInstantiator


Method Summary
 ComponentInstance parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 

Method Detail

parse

public ComponentInstance parse(Element spec,
                               ComponentRegistry registry,
                               java.util.Map sequences)
                        throws XMLException
Throws:
XMLException