Uses of Class
org.apache.xalan.templates.AVT

Packages that use AVT
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. StylesheetRoot implements the Templates interface, and extends StylesheetComposed, which is a Stylesheet composed of itself and its included Stylesheet objects. 
 

Uses of AVT in org.apache.xalan.templates
 

Methods in org.apache.xalan.templates that return AVT
 AVT ElemSort.getCaseOrder()
          Get the "case-order" attribute. case-order has the value upper-first or lower-first; this applies when data-type="text", and specifies that upper-case letters should sort before lower-case letters or vice-versa respectively.
 AVT ElemSort.getDataType()
          Get the "data-type" attribute.
 AVT ElemNumber.getFormat()
          Get the "format" attribute.
 AVT ElemNumber.getGroupingSeparator()
          Get the "grouping-separator" attribute.
 AVT ElemNumber.getGroupingSize()
          Get the "grouping-size" attribute.
 AVT ElemSort.getLang()
          Get the "lang" attribute. lang specifies the language of the sort keys; it has the same range of values as xml:lang [XML]; if no lang value is specified, the language should be determined from the system environment.
 AVT ElemNumber.getLang()
          Get the "lang" attribute.
 AVT ElemNumber.getLetterValue()
          Get the "letter-value" attribute.
 AVT ElemLiteralResult.getLiteralResultAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
          Get a literal result attribute by name.
 AVT ElemLiteralResult.getLiteralResultAttribute(java.lang.String name)
          Get a literal result attribute by name.
 AVT ElemElement.getNamespace()
          Get the "namespace" attribute.
 AVT ElemPI.getName()
          Get the "name" attribute.
 AVT ElemElement.getName()
          Get the "name" attribute.
 AVT ElemSort.getOrder()
          Get the "order" attribute. order specifies whether the strings should be sorted in ascending or descending order; ascending specifies ascending order; descending specifies descending order; the default is ascending.
 

Methods in org.apache.xalan.templates with parameters of type AVT
 void ElemLiteralResult.addLiteralResultAttribute(AVT avt)
          Set a literal result attribute (AVTs only).
 void ElemSort.setCaseOrder(AVT v)
          Set the "case-order" attribute. case-order has the value upper-first or lower-first; this applies when data-type="text", and specifies that upper-case letters should sort before lower-case letters or vice-versa respectively.
 void ElemSort.setDataType(AVT v)
          Set the "data-type" attribute.
 void ElemNumber.setFormat(AVT v)
          Set the "format" attribute.
 void ElemNumber.setGroupingSeparator(AVT v)
          Set the "grouping-separator" attribute.
 void ElemNumber.setGroupingSize(AVT v)
          Set the "grouping-size" attribute.
 void ElemSort.setLang(AVT v)
          Set the "lang" attribute. lang specifies the language of the sort keys; it has the same range of values as xml:lang [XML]; if no lang value is specified, the language should be determined from the system environment.
 void ElemNumber.setLang(AVT v)
          Set the "lang" attribute.
 void ElemNumber.setLetterValue(AVT v)
          Set the "letter-value" attribute.
 void ElemElement.setNamespace(AVT v)
          Set the "namespace" attribute.
 void ElemPI.setName(AVT v)
          Set the "name" attribute.
 void ElemElement.setName(AVT v)
          Set the "name" attribute.
 void ElemAttribute.setName(AVT v)
           
 void ElemSort.setOrder(AVT v)
          Set the "order" attribute. order specifies whether the strings should be sorted in ascending or descending order; ascending specifies ascending order; descending specifies descending order; the default is ascending.
 void ElemLiteralResult.setXmlSpace(AVT avt)
          Set the "xml:space" attribute.
 boolean XSLTVisitor.visitAVT(AVT elem)
          Visit an Attribute Value Template (at the top level).
 

Constructors in org.apache.xalan.templates with parameters of type AVT
ElemLiteralResult.Attribute(AVT avt, org.w3c.dom.Element elem)
          Construct a Attr.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.