Uses of Package
org.apache.xalan.templates
Packages that use org.apache.xalan.templates
Package
Description
Implementation of Xalan Extension Mechanism.
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.Implementation of Xalan Trace events, for use by a debugger.
In charge of run-time transformations and the production of result trees.
Support for XPath operations, such as +, -, string(), etc.
-
Classes in org.apache.xalan.templates used by org.apache.xalan.extensionsClassDescriptionImplement func:function.An instance of this class represents an element inside an xsl:template class.Represents a stylesheet element.This class represents the root object of the stylesheet tree.
-
Classes in org.apache.xalan.templates used by org.apache.xalan.libClassDescriptionImplement an extension element.This class provides information from xsl:output elements.
-
Classes in org.apache.xalan.templates used by org.apache.xalan.processorClassDescriptionImplement xsl:template.An instance of this class represents an element inside an xsl:template class.Represents a stylesheet element.This class represents the root object of the stylesheet tree.This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.A class that implements this interface will call a XSLTVisitor for itself and members within it's heararchy.
-
Classes in org.apache.xalan.templates used by org.apache.xalan.templatesClassDescriptionClass to hold an Attribute Value Template.Class to hold a part, either a string or XPath, of an Attribute Value Template.Implement xsl:decimal-format.Implement xsl:attribute-set.Implement xsl:call-template.Implement xsl:elementImplement an extension element.Implement xsl:for-each.Implement a Literal Result Element.Implement xsl:param.Implement xsl:sort.Implement xsl:template.An instance of this class represents an element inside an xsl:template class.Implement xsl:use.Implement xsl:variable.Implement xsl:with-param.Holds the attribute declarations for the xsl:keys element.Object to hold an xsl:namespace element.This class provides information from xsl:output elements.Represents a stylesheet element.Represents a stylesheet that has methods that resolve includes and imports.This class represents the root object of the stylesheet tree.Encapsulates a template list, and helps locate individual templates.An inner class used by a compiler to iterate over all of the ElemTemplates stored in this TemplateList.This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.A class that implements this interface will call a XSLTVisitor for itself and members within it's heararchy.A derivation from this class can be passed to a class that implements the XSLTVisitable interface, to have the appropriate method called for each component of an XSLT stylesheet.
-
Classes in org.apache.xalan.templates used by org.apache.xalan.traceClassDescriptionAn instance of this class represents an element inside an xsl:template class.
-
Classes in org.apache.xalan.templates used by org.apache.xalan.transformerClassDescriptionImplement xsl:attribute-set.Implement xsl:for-each.Implement xsl:number.Implement xsl:template.An instance of this class represents an element inside an xsl:template class.This class provides information from xsl:output elements.This class represents the root object of the stylesheet tree.
-
Classes in org.apache.xalan.templates used by org.apache.xpath.operations