Uses of Class
org.apache.xalan.templates.AVT
Packages that use AVT
Package
Description
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.-
Uses of AVT in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return AVTModifier and TypeMethodDescriptionElemSort.getCaseOrder()
Get the "case-order" attribute.ElemSort.getDataType()
Get the "data-type" attribute.ElemNumber.getFormat()
Get the "format" attribute.ElemNumber.getGroupingSeparator()
Get the "grouping-separator" attribute.ElemNumber.getGroupingSize()
Get the "grouping-size" attribute.ElemNumber.getLang()
Get the "lang" attribute.ElemSort.getLang()
Get the "lang" attribute.ElemNumber.getLetterValue()
Get the "letter-value" attribute.ElemLiteralResult.getLiteralResultAttribute
(String name) Get a literal result attribute by name.ElemLiteralResult.getLiteralResultAttributeNS
(String namespaceURI, String localName) Get a literal result attribute by name.ElemElement.getName()
Get the "name" attribute.ElemPI.getName()
Get the "name" attribute.ElemElement.getNamespace()
Get the "namespace" attribute.ElemSort.getOrder()
Get the "order" attribute.Methods in org.apache.xalan.templates with parameters of type AVTModifier and TypeMethodDescriptionvoid
ElemLiteralResult.addLiteralResultAttribute
(AVT avt) Set a literal result attribute (AVTs only).void
ElemSort.setCaseOrder
(AVT v) Set the "case-order" attribute.void
ElemSort.setDataType
(AVT v) Set the "data-type" attribute.void
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
Set the "lang" attribute.void
Set the "lang" attribute.void
ElemNumber.setLetterValue
(AVT v) Set the "letter-value" attribute.void
void
Set the "name" attribute.void
Set the "name" attribute.void
ElemElement.setNamespace
(AVT v) Set the "namespace" attribute.void
Set the "order" attribute.void
ElemLiteralResult.setXmlSpace
(AVT avt) Set the "xml:space" attribute.boolean
Visit an Attribute Value Template (at the top level).Constructors in org.apache.xalan.templates with parameters of type AVT