Package | Description |
---|---|
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
Modifier and Type | Field and Description |
---|---|
protected AVT |
ElemElement.m_name_avt
The name attribute is interpreted as an attribute value template.
|
protected AVT |
ElemElement.m_namespace_avt
If the namespace attribute is present, then it also is interpreted
as an attribute value template.
|
Modifier and Type | Method and Description |
---|---|
AVT |
ElemSort.getCaseOrder()
Get the "case-order" attribute.
|
AVT |
ElemSort.getDataType()
Get the "data-type" attribute.
|
AVT |
ElemNumber.getFormat()
Get the "format" attribute.
|
AVT |
ElemNumber.getGroupingSeparator()
Get the "grouping-separator" attribute.
|
AVT |
ElemNumber.getGroupingSize()
Get the "grouping-size" attribute.
|
AVT |
ElemSort.getLang()
Get the "lang" attribute.
|
AVT |
ElemNumber.getLang()
Get the "lang" attribute.
|
AVT |
ElemNumber.getLetterValue()
Get the "letter-value" attribute.
|
AVT |
ElemLiteralResult.getLiteralResultAttribute(String name)
Get a literal result attribute by name.
|
AVT |
ElemLiteralResult.getLiteralResultAttributeNS(String namespaceURI,
String localName)
Get a literal result attribute by name.
|
AVT |
ElemPI.getName()
Get the "name" attribute.
|
AVT |
ElemElement.getName()
Get the "name" attribute.
|
AVT |
ElemElement.getNamespace()
Get the "namespace" attribute.
|
AVT |
ElemSort.getOrder()
Get the "order" attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
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 |
ElemNumber.setFormat(AVT v)
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 |
ElemSort.setLang(AVT v)
Set the "lang" attribute.
|
void |
ElemNumber.setLang(AVT v)
Set the "lang" attribute.
|
void |
ElemNumber.setLetterValue(AVT v)
Set the "letter-value" attribute.
|
void |
ElemPI.setName(AVT v)
Set the "name" attribute.
|
void |
ElemElement.setName(AVT v)
Set the "name" attribute.
|
void |
ElemAttribute.setName(AVT v) |
void |
ElemElement.setNamespace(AVT v)
Set the "namespace" attribute.
|
void |
ElemSort.setOrder(AVT v)
Set the "order" attribute.
|
void |
ElemLiteralResult.setXmlSpace(AVT avt)
Set the "xml:space" attribute.
|
boolean |
XSLTVisitor.visitAVT(AVT elem)
Visit an Attribute Value Template (at the top level).
|
Constructor and Description |
---|
Attribute(AVT avt,
Element elem)
Construct a Attr.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.