Uses of Class
jd.xml.xslt.AttributeValue

Packages that use AttributeValue
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.format Contains helper classes for XSLT format and sort tasks. 
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. 
jd.xml.xslt.trace   
 

Uses of AttributeValue in jd.xml.xslt
 

Methods in jd.xml.xslt that return AttributeValue
static AttributeValue AttributeValue.create(AttributeValue first, String s, Expression expr)
           
 AttributeValue AttributeValue.getNext()
           
 

Methods in jd.xml.xslt with parameters of type AttributeValue
static AttributeValue AttributeValue.create(AttributeValue first, String s, Expression expr)
           
 void AttributeValue.addNext(AttributeValue value)
           
static int AttributeValue.getDependencies(AttributeValue av)
          Return a bitfield indicating the expression dependencies.
static String AttributeValue.evaluate(XPathContext context, AttributeValue av, String defaultValue)
           
static int AttributeValue.evaluate(XPathContext context, AttributeValue av, int defaultValue)
           
static char AttributeValue.evaluate(XPathContext context, AttributeValue av, char defaultValue)
           
 

Uses of AttributeValue in jd.xml.xslt.format
 

Methods in jd.xml.xslt.format that return AttributeValue
 AttributeValue Sort.getLang()
           
 AttributeValue Sort.getDataType()
           
 AttributeValue Sort.getOrder()
           
 AttributeValue Sort.getCaseOrder()
           
 AttributeValue Numbering.getFormat()
           
 AttributeValue Numbering.getGroupingSize()
           
 AttributeValue Numbering.getGroupingSeparator()
           
 

Methods in jd.xml.xslt.format with parameters of type AttributeValue
 void Numbering.setFormat(AttributeValue format, AttributeValue groupingSeparator, AttributeValue groupingSize)
           
 

Constructors in jd.xml.xslt.format with parameters of type AttributeValue
Sort(Expression select, AttributeValue lang, AttributeValue dataType, AttributeValue order, AttributeValue caseOrder)
           
 

Uses of AttributeValue in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser that return AttributeValue
(package private)  AttributeValue TemplateParser.parseOutputFormat(AttributeIterator attributes, OutputFormatTemplate formatTemplate, boolean isOutputInstruction)
          Parse a xsl:output or xsl:document instruction.
 AttributeValue PatternParser.parseAttributeValue(String source)
           
 AttributeValue ParseListener.attributeValueParsed(XsltParseContext context, AttributeValue value, String source)
           
 

Methods in jd.xml.xslt.parser with parameters of type AttributeValue
 void TextContentBuilder.attribute(String name, String prefix, String uri, AttributeValue value)
           
 void TextContentBuilder.attribute(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, String stringValue, Template templateValue)
           
 void TextContentBuilder.document(String xslUri, AttributeValue href, OutputFormatTemplate format, Template template)
           
 void TextContentBuilder.processingInstruction(AttributeValue name, Template content)
           
 void TextContentBuilder.startElement(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, AttributeSet[] attributeSets)
           
 AttributeValue ParseListener.attributeValueParsed(XsltParseContext context, AttributeValue value, String source)
           
 

Uses of AttributeValue in jd.xml.xslt.template
 

Methods in jd.xml.xslt.template that return AttributeValue
 AttributeValue OutputFormatTemplate.getOption(int index)
           
 

Methods in jd.xml.xslt.template with parameters of type AttributeValue
 void TemplateVisitor.attribute(String name, String prefix, String uri, AttributeValue value)
           
 void TemplateVisitor.attribute(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, String stringValue, Template templateValue)
           
 void TemplateVisitor.document(String xslUri, AttributeValue href, OutputFormatTemplate format, Template template)
           
 void TemplateVisitor.processingInstruction(AttributeValue name, Template content)
           
 void TemplateVisitor.startElement(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, AttributeSet[] attributeSets)
           
 void TemplateScreener.visit(AttributeValue avt)
           
 void TemplateScreener.attribute(String name, String prefix, String uri, AttributeValue value)
           
 void TemplateScreener.attribute(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, String stringValue, Template templateValue)
           
 void TemplateScreener.document(String xslUri, AttributeValue href, OutputFormatTemplate format, Template template)
           
 void TemplateScreener.processingInstruction(AttributeValue name, Template content)
           
 void TemplateScreener.startElement(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, AttributeSet[] attributeSets)
           
 void OutputFormatTemplate.setOption(int index, AttributeValue avt)
           
static LiteralAttribute LiteralAttribute.add(String name, String uri, String prefix, AttributeValue value, LiteralAttribute first)
           
 

Constructors in jd.xml.xslt.template with parameters of type AttributeValue
DocumentTemplate(String xslUri, AttributeValue href, OutputFormatTemplate format, Template template)
          Create a DocumentTemplate.
CreatePi(AttributeValue name, Template template)
          Create a CreatePi object.
CreateElement(NamespaceContext namespaceContext, AttributeValue name, AttributeValue namespaceUri, AttributeSet[] attributeSets)
           
CreateAttribute(NamespaceContext namespaceContext, AttributeValue name, AttributeValue computedUri, Template templateValue, String stringValue)
          Create an Attribute from a instruction.
 

Uses of AttributeValue in jd.xml.xslt.trace
 

Methods in jd.xml.xslt.trace that return AttributeValue
 AttributeValue TraceParseListener.attributeValueParsed(XsltParseContext context, AttributeValue value, String source)
           
 

Methods in jd.xml.xslt.trace with parameters of type AttributeValue
 AttributeValue TraceParseListener.attributeValueParsed(XsltParseContext context, AttributeValue value, String source)