Uses of Interface
com.smallx.xml.component.ComponentInstance

Packages that use ComponentInstance
com.smallx.xml.component   
com.smallx.xml.component.standard   
 

Uses of ComponentInstance in com.smallx.xml.component
 

Methods in com.smallx.xml.component that return ComponentInstance
 ComponentInstance ComponentRegistry.createInstance(Name name, Element specification, java.util.Map sequences)
           
 

Uses of ComponentInstance in com.smallx.xml.component.standard
 

Classes in com.smallx.xml.component.standard that implement ComponentInstance
 class StaticComponentInstance
           
 

Methods in com.smallx.xml.component.standard that return ComponentInstance
static ComponentInstance AddComponent.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance AddComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance ComponentInstantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance DocumentComponent.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance DocumentComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance FileComponent.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance FileComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance Java.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance Java.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance Parse.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance Parse.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance PipelineComponent.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance PipelineComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance RegexComponent.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance RegexComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance RegistrySetComponentRegistry.createInstance(Name name, Element specification, java.util.Map sequences)
           
static ComponentInstance Rename.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance Rename.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance RouteComponent.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance RouteComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance Sequence.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance Sequence.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance SetAttributeComponent.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance SetAttributeComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance StandardInstantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance StandardRegistry.createInstance(Name name, Element spec, java.util.Map sequences)
           
static ComponentInstance SubtreeView.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance SubtreeView.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance TemplateComponent.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance TemplateComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance TrapComponent.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 ComponentInstance TrapComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance URLComponent.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance URLComponent.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance Unwrap.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance Unwrap.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance Wrap.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance Wrap.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
static ComponentInstance XSLT.parse(Element spec, ComponentRegistry registry)
           
 ComponentInstance XSLT.Instantiator.parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 

Constructors in com.smallx.xml.component.standard with parameters of type ComponentInstance
TrapComponent(ComponentInstance componentInstance, ComponentInstance onErrorSequenceInstance)
          Creates a new instance of TrapComponent