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 TypeMethodDescriptionvoidElemLiteralResult.addLiteralResultAttribute(AVT avt) Set a literal result attribute (AVTs only).voidElemSort.setCaseOrder(AVT v) Set the "case-order" attribute.voidElemSort.setDataType(AVT v) Set the "data-type" attribute.voidSet the "format" attribute.voidElemNumber.setGroupingSeparator(AVT v) Set the "grouping-separator" attribute.voidElemNumber.setGroupingSize(AVT v) Set the "grouping-size" attribute.voidSet the "lang" attribute.voidSet the "lang" attribute.voidElemNumber.setLetterValue(AVT v) Set the "letter-value" attribute.voidvoidSet the "name" attribute.voidSet the "name" attribute.voidElemElement.setNamespace(AVT v) Set the "namespace" attribute.voidSet the "order" attribute.voidElemLiteralResult.setXmlSpace(AVT avt) Set the "xml:space" attribute.booleanVisit an Attribute Value Template (at the top level).Constructors in org.apache.xalan.templates with parameters of type AVT