Uses of Class
jd.xml.xslt.template.LiteralAttribute

Packages that use LiteralAttribute
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
jd.xml.xslt.template Contains classes representing the various XSLT template elements and instructions. 
 

Uses of LiteralAttribute in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser with parameters of type LiteralAttribute
 void TextContentBuilder.startElement(NodeName nodeName, NamespaceContext namespaceContext, AttributeSet[] attributeSets, LiteralAttribute attribute)
          Start a literal element.
 

Uses of LiteralAttribute in jd.xml.xslt.template
 

Methods in jd.xml.xslt.template that return LiteralAttribute
static LiteralAttribute LiteralAttribute.add(String name, String uri, String prefix, AttributeValue value, LiteralAttribute first)
           
 LiteralAttribute LiteralAttribute.next()
           
 

Methods in jd.xml.xslt.template with parameters of type LiteralAttribute
 void TemplateVisitor.startElement(NodeName nodeName, NamespaceContext namespaceContext_, AttributeSet[] attributeSets, LiteralAttribute attribute)
           
 void TemplateScreener.startElement(NodeName nodeName, NamespaceContext namespaceContext_, AttributeSet[] attributeSets, LiteralAttribute attribute)
           
static LiteralAttribute LiteralAttribute.add(String name, String uri, String prefix, AttributeValue value, LiteralAttribute first)
           
 

Constructors in jd.xml.xslt.template with parameters of type LiteralAttribute
LiteralElement(NodeName nodeName, NamespaceContext namespaceContext, LiteralAttribute attribute, AttributeSet[] attributeSets)
          Create a LiteralElement object.