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

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

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


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

Parse.Instantiator

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