Uses of Package
org.apache.xalan.xslt

Packages that use org.apache.xalan.xslt
org.apache.xalan.xslt   
org.apache.xalan.xslt.extensions   
org.apache.xalan.xslt.trace   
 

Classes in org.apache.xalan.xslt used by org.apache.xalan.xslt
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.
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.
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.
ExtensionNSHandler
          **For advanced use only** Represents an extension namespace.
Stylesheet
          Represents the base stylesheet or an "import" stylesheet; "include" stylesheets are combined with the including stylesheet.
StylesheetRoot
           Binary representation of a stylesheet -- use the XSLTProcessor ProcessStylesheet method to create a StylesheetRoot and improve performance for a stylesheet performing multiple transformations.
StylesheetSpec
           This class implements the representation of a stylesheet specification via xml-stylesheet in an XML document.
TemplateList
          **For advanced use only** Encapsulates a template list, and helps locate individual templates.
UnImplNode
          **For internal use only** To be subclassed by classes that wish to fake being nodes.
XSLProcessorException
           The exception used for most XSLT errors.
XSLTEngineImpl
          **For advanced use only** The Xalan workhorse -- Collaborates with the XML parser liaison, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
XSLTInputSource
           Represents an XML source document or XSL stylesheet.
XSLTProcessor
           The transformation processor -- use XSLTProcessorFactory to instantiate an implementation of this interface.
XSLTResultTarget
           Contains the result of a transformation that you perform with the XSLTProcessor process() method or one of the StylesheetRoot process() methods.
 

Classes in org.apache.xalan.xslt used by org.apache.xalan.xslt.extensions
ElemExtensionCall
          **For advanced use only** Implement an extension element.
XSLProcessorContext
           Captures processor context to be passed to an extension element.
 

Classes in org.apache.xalan.xslt used by org.apache.xalan.xslt.trace
ElemTemplateElement
          **For advanced use only** An instance of this class represents an element inside an xsl:template class.
XSLTEngineImpl
          **For advanced use only** The Xalan workhorse -- Collaborates with the XML parser liaison, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.