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. 
 

Uses of AVT in org.apache.xalan.templates
 

Fields in org.apache.xalan.templates declared as AVT
 AVT ElemAttribute.m_name_avt
          The local name which should be used.
 AVT ElemAttribute.m_namespace_avt
          The namespace which should be used.
 

Methods in org.apache.xalan.templates that return AVT
 AVT ElemSort.getLang()
          Get the "lang" attribute.
 AVT ElemSort.getDataType()
          Get the "data-type" attribute.
 AVT ElemSort.getOrder()
          Get the "order" attribute.
 AVT ElemSort.getCaseOrder()
          Get the "case-order" attribute.
 AVT ElemLiteralResult.getLiteralResultAttribute(java.lang.String name)
          Get a literal result attribute by name.
 AVT ElemNumber.getFormat()
          Get the "format" attribute.
 AVT ElemNumber.getLang()
          Get the "lang" attribute.
 AVT ElemNumber.getLetterValue()
          Get the "letter-value" attribute.
 AVT ElemNumber.getGroupingSeparator()
          Get the "grouping-separator" attribute.
 AVT ElemNumber.getGroupingSize()
          Get the "grouping-size" attribute.
 AVT ElemPI.getName()
          Get the "name" attribute.
 AVT ElemAttribute.getName()
          Get the "name" attribute.
 AVT ElemAttribute.getNamespace()
          Get the "namespace" attribute.
 AVT ElemElement.getName()
          Get the "name" attribute.
 AVT ElemElement.getNamespace()
          Get the "namespace" attribute.
 

Methods in org.apache.xalan.templates with parameters of type AVT
 void ElemSort.setLang(AVT v)
          Set the "lang" attribute.
 void ElemSort.setDataType(AVT v)
          Set the "data-type" attribute.
 void ElemSort.setOrder(AVT v)
          Set the "order" attribute.
 void ElemSort.setCaseOrder(AVT v)
          Set the "case-order" attribute.
 void ElemLiteralResult.addLiteralResultAttribute(AVT avt)
          Set a literal result attribute (AVTs only).
 void ElemLiteralResult.setXmlSpace(AVT avt)
          Set the "xml:space" attribute.
 void ElemNumber.setFormat(AVT v)
          Set the "format" attribute.
 void ElemNumber.setLang(AVT v)
          Set the "lang" attribute.
 void ElemNumber.setLetterValue(AVT v)
          Set the "letter-value" attribute.
 void ElemNumber.setGroupingSeparator(AVT v)
          Set the "grouping-separator" attribute.
 void ElemNumber.setGroupingSize(AVT v)
          Set the "grouping-size" attribute.
 void ElemPI.setName(AVT v)
          Set the "name" attribute.
 void ElemAttribute.setName(AVT name)
          Set the "name" attribute.
 void ElemAttribute.setNamespace(AVT name)
          Set the "namespace" attribute.
 void ElemElement.setName(AVT v)
          Set the "name" attribute.
 void ElemElement.setNamespace(AVT v)
          Set the "namespace" attribute.
 



Copyright � 2000 Apache XML Project. All Rights Reserved.