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

Packages that use ComponentRegistry
com.smallx.xml.component.standard   
com.smallx.xml.pipeline   
 

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

Classes in com.smallx.xml.component.standard that implement ComponentRegistry
 class RegistrySetComponentRegistry
           
 class StandardRegistry
           
 

Methods in com.smallx.xml.component.standard that return ComponentRegistry
static ComponentRegistry StandardRegistry.getInstance()
           
 

Methods in com.smallx.xml.component.standard with parameters of type ComponentRegistry
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)
           
 void RegistrySetComponentRegistry.addRegistry(ComponentRegistry registry)
           
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)
           
static void Sequence.parseChildren(ComponentSequence parent, java.util.Iterator children, 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)
           
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)
           
 

Uses of ComponentRegistry in com.smallx.xml.pipeline
 

Methods in com.smallx.xml.pipeline that return ComponentRegistry
 ComponentRegistry BasicCompiler.getComponentRegistry()
           
 

Methods in com.smallx.xml.pipeline with parameters of type ComponentRegistry
 void BasicCompiler.setComponentRegistry(ComponentRegistry newRegistry)
           
 

Constructors in com.smallx.xml.pipeline with parameters of type ComponentRegistry
BasicCompiler(ComponentRegistry registry)