Uses of Package
org.apache.xalan.templates

Packages that use org.apache.xalan.templates
org.apache.xalan.extensions Implementation of Xalan Extension Mechanism, which uses the Bean Scripting Framework. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.templates Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.trace Implementation of Xalan Trace events, for use by a debugger. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
 

Classes in org.apache.xalan.templates used by org.apache.xalan.extensions
Stylesheet
          Represents a stylesheet element.
 

Classes in org.apache.xalan.templates used by org.apache.xalan.processor
ElemTemplate
          **For advanced use only** Implement xsl:template.
ElemTemplateElement
          **For advanced use only** An instance of this class represents an element inside an xsl:template class.
StylesheetRoot
           This class represents the root object of the stylesheet tree.
 

Classes in org.apache.xalan.templates used by org.apache.xalan.templates
AVT
          **For advanced use only** Class to hold an Attribute Value Template.
AVTPart
          **For internal use only** Class to hold a part, either a string or XPath, of an Attribute Value Template.
DecimalFormatProperties
          **For advanced use only** Implement xsl:decimal-format.
ElemAttributeSet
          **For advanced use only** Implement xsl:attribute-set.
ElemForEach
          **For advanced use only** Implement xsl:for-each.
ElemLiteralResult
          **For advanced use only** Implement a Literal Result Element.
ElemParam
          **For advanced use only** Implement xsl:param.
ElemSort
          **For advanced use only** Implement xsl:sort.
ElemTemplate
          **For advanced use only** Implement xsl:template.
ElemTemplateElement
          **For advanced use only** An instance of this class represents an element inside an xsl:template class.
ElemUse
          **For advanced use only** Implement xsl:use.
ElemVariable
          **For advanced use only** Implement xsl:variable.
KeyDeclaration
          **For internal use only** Holds the attribute declarations for the xsl:keys element.
NamespaceAlias
          Object to hold an xsl:namespace element.
OutputFormatExtended
          This class extends OutputFormat to act as a bean that has methods that match the algorithmically generated method signatures of the processor.
Stylesheet
          Represents a stylesheet element.
StylesheetComposed
          Represents a stylesheet that has methods that resolve includes and imports.
StylesheetRoot
           This class represents the root object of the stylesheet tree.
TemplateList
          **For advanced use only** Encapsulates a template list, and helps locate individual templates.
WhiteSpaceInfo
          This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.
 

Classes in org.apache.xalan.templates used by org.apache.xalan.trace
ElemTemplateElement
          **For advanced use only** An instance of this class represents an element inside an xsl:template class.
 

Classes in org.apache.xalan.templates used by org.apache.xalan.transformer
ElemAttributeSet
          **For advanced use only** Implement xsl:attribute-set.
ElemNumber
          **For advanced use only** Implement xsl:number.
ElemTemplate
          **For advanced use only** Implement xsl:template.
ElemTemplateElement
          **For advanced use only** An instance of this class represents an element inside an xsl:template class.
Stylesheet
          Represents a stylesheet element.
StylesheetComposed
          Represents a stylesheet that has methods that resolve includes and imports.
StylesheetRoot
           This class represents the root object of the stylesheet tree.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.