Uses of Interface
com.smallx.xml.component.standard.ComponentInstantiator

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

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

Classes in com.smallx.xml.component.standard that implement ComponentInstantiator
static class AddComponent.Instantiator
           
static class DocumentComponent.Instantiator
           
static class FileComponent.Instantiator
           
static class Java.Instantiator
           
static class Parse.Instantiator
           
static class PipelineComponent.Instantiator
           
static class RegexComponent.Instantiator
           
static class Rename.Instantiator
           
static class RouteComponent.Instantiator
           
static class Sequence.Instantiator
           
static class SetAttributeComponent.Instantiator
           
 class StandardInstantiator
           
static class SubtreeView.Instantiator
           
static class TemplateComponent.Instantiator
           
static class TrapComponent.Instantiator
           
static class Unwrap.Instantiator
           
static class URLComponent.Instantiator
           
static class Wrap.Instantiator
           
static class XSLT.Instantiator
           
 

Methods in com.smallx.xml.component.standard with parameters of type ComponentInstantiator
 void StandardRegistry.register(Name name, ComponentInstantiator instantiator)