com.servingxml.components.wrap
Class ElementAttributeFactoryAssembler

java.lang.Object
  extended by com.servingxml.components.wrap.ElementAttributeFactoryAssembler

public class ElementAttributeFactoryAssembler
extends java.lang.Object

The ElementAttributeFactoryAssembler implements an assembler for assembling ElementAttribute objects.


Constructor Summary
ElementAttributeFactoryAssembler()
           
 
Method Summary
 com.servingxml.components.wrap.ElementAttributeFactory assemble(ConfigurationContext context)
           
 void injectComponent(Content content)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 void setName(java.lang.String qname)
           
 void setSelect(java.lang.String select)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementAttributeFactoryAssembler

public ElementAttributeFactoryAssembler()
Method Detail

setSelect

public void setSelect(java.lang.String select)

setName

public void setName(java.lang.String qname)

setValue

public void setValue(java.lang.String value)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(Content content)

assemble

public com.servingxml.components.wrap.ElementAttributeFactory assemble(ConfigurationContext context)