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

Packages that use AVT
org.apache.xalan.templates Implements the trax.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
          **For advanced use only** The local name which should be used.
 AVT ElemAttribute.m_namespace_avt
          **For advanced use only** The namespace which should be used.
 

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

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



Copyright © 2000 Apache XML Project. All Rights Reserved.