jd.xml.xslt.template
Class LiteralAttribute

java.lang.Object
  extended byjd.xml.xslt.template.LiteralAttribute

public class LiteralAttribute
extends Object


Method Summary
 void accept(TemplateVisitor visitor)
           
static LiteralAttribute add(String name, String uri, String prefix, AttributeValue value, LiteralAttribute first)
           
 void instantiate(XsltContext context, ResultBuilder resultBuilder)
           
 LiteralAttribute next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public static LiteralAttribute add(String name,
                                   String uri,
                                   String prefix,
                                   AttributeValue value,
                                   LiteralAttribute first)

next

public LiteralAttribute next()

accept

public void accept(TemplateVisitor visitor)

instantiate

public void instantiate(XsltContext context,
                        ResultBuilder resultBuilder)