Uses of Class
org.apache.xalan.templates.AVT
-
Packages that use AVT Package Description org.apache.xalan.templates Implements theTemplatesinterface, 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 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(java.lang.String name)Get a literal result attribute by name.AVTElemLiteralResult. getLiteralResultAttributeNS(java.lang.String namespaceURI, java.lang.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, org.w3c.dom.Element elem)Construct a Attr.
-