com.smallx.xml.component.standard
Class FileComponent.Instantiator

java.lang.Object
  extended bycom.smallx.xml.component.standard.FileComponent.Instantiator
All Implemented Interfaces:
ComponentInstantiator
Enclosing class:
FileComponent

public static class FileComponent.Instantiator
extends java.lang.Object
implements ComponentInstantiator


Constructor Summary
FileComponent.Instantiator()
           
 
Method Summary
 ComponentInstance parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileComponent.Instantiator

public FileComponent.Instantiator()
Method Detail

parse

public ComponentInstance parse(Element spec,
                               ComponentRegistry registry,
                               java.util.Map sequences)
                        throws XMLException
Specified by:
parse in interface ComponentInstantiator
Throws:
XMLException