com.servingxml.components.wrap
Class ElementAttribute

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

public class ElementAttribute
extends java.lang.Object


Constructor Summary
ElementAttribute(QnameContext nameContext, NameSubstitutionExpr nameResolver, ValueEvaluator valueEvaluator)
           
 
Method Summary
 void addToAttributes(ServiceContext context, Flow flow, org.xml.sax.helpers.AttributesImpl attributes)
           
 Name createName(Record record)
           
 java.lang.String getValue(ServiceContext context, Flow flow)
           
 boolean hasName(Name name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementAttribute

public ElementAttribute(QnameContext nameContext,
                        NameSubstitutionExpr nameResolver,
                        ValueEvaluator valueEvaluator)
Method Detail

createName

public Name createName(Record record)

hasName

public boolean hasName(Name name)

getValue

public java.lang.String getValue(ServiceContext context,
                                 Flow flow)

addToAttributes

public void addToAttributes(ServiceContext context,
                            Flow flow,
                            org.xml.sax.helpers.AttributesImpl attributes)