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

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

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


Constructor Summary
Java.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

Java.Instantiator

public Java.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