Uses of Class
org.apache.xalan.templates.AVT
| Package | Description |
|---|---|
| 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 Modifier and Type Field Description protected AVTElemElement. m_name_avtThe name attribute is interpreted as an attribute value template.protected AVTElemElement. m_namespace_avtIf the namespace attribute is present, then it also is interpreted as an attribute value template.Methods in org.apache.xalan.templates that return AVT Modifier and Type Method Description AVTElemSort. getCaseOrder()Get the "case-order" attribute.AVTElemSort. getDataType()Get the "data-type" attribute.AVTElemNumber. getFormat()Get the "format" attribute.AVTElemNumber. getGroupingSeparator()Get the "grouping-separator" attribute.AVTElemNumber. getGroupingSize()Get the "grouping-size" attribute.AVTElemNumber. getLang()Get the "lang" attribute.AVTElemSort. getLang()Get the "lang" attribute.AVTElemNumber. getLetterValue()Get the "letter-value" attribute.AVTElemLiteralResult. getLiteralResultAttribute(String name)Get a literal result attribute by name.AVTElemLiteralResult. getLiteralResultAttributeNS(String namespaceURI, String localName)Get a literal result attribute by name.AVTElemElement. getName()Get the "name" attribute.AVTElemPI. getName()Get the "name" attribute.AVTElemElement. getNamespace()Get the "namespace" attribute.AVTElemSort. getOrder()Get the "order" attribute.Methods in org.apache.xalan.templates with parameters of type AVT Modifier and Type Method Description voidElemLiteralResult. 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.voidElemNumber. setFormat(AVT v)Set the "format" attribute.voidElemNumber. setGroupingSeparator(AVT v)Set the "grouping-separator" attribute.voidElemNumber. setGroupingSize(AVT v)Set the "grouping-size" attribute.voidElemNumber. setLang(AVT v)Set the "lang" attribute.voidElemSort. setLang(AVT v)Set the "lang" attribute.voidElemNumber. setLetterValue(AVT v)Set the "letter-value" attribute.voidElemAttribute. setName(AVT v)voidElemElement. setName(AVT v)Set the "name" attribute.voidElemPI. setName(AVT v)Set the "name" attribute.voidElemElement. setNamespace(AVT v)Set the "namespace" attribute.voidElemSort. setOrder(AVT v)Set the "order" attribute.voidElemLiteralResult. setXmlSpace(AVT avt)Set the "xml:space" attribute.booleanXSLTVisitor. visitAVT(AVT elem)Visit an Attribute Value Template (at the top level).Constructors in org.apache.xalan.templates with parameters of type AVT Constructor Description Attribute(AVT avt, Element elem)Construct a Attr.