com.icl.saxon.style.StyleElement Abstract superclass for all element nodes in the stylesheet. <BR> Note: this class implements Locator. The element retains information about its own location in the stylesheet, which is useful when an XSL error is found.
org.apache.xalan.processor.TransformerFactoryImpl The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT stylesheets into a Templates object (a StylesheetRoot).
TraxExamples Some examples to show how the Simple API for Transformations could be used. @author <a HREF="mailto:scott_boag@lotus.com">Scott Boag</a>
Examples Some examples to show how the Simple API for Transformations could be used. Xalan Developers: please see xml-xalan/test/java/src/org/apache/qetest/trax/ExamplesTest.java when updating this file, and update that test file as well. @author <a HREF="mailto:scott_boag@lotus.com">Scott Boag< ...
org.apache.xalan.xsltc.trax.SmartTransformerFactoryImpl Implementation of a transformer factory that uses an XSLTC transformer factory for the creation of Templates objects and uses the Xalan processor transformer factory for the creation of Transformer objects. @author G. Todd Miller
com.icl.saxon.style.LiteralResultElement This class represents a literal result element in the style sheet (typically an HTML element to be output). <br> It is also used to represent unknown top-level elements, which are ignored.
com.icl.saxon.style.XSLStyleSheet An xsl:stylesheet or xsl:transform element in the stylesheet.<BR> Note this element represents a stylesheet module, not necessarily the whole stylesheet.
com.icl.saxon.style.SAXONFunction Handler for saxon:function and exslt:function elements in stylesheet. <BR> Attributes: <br> name gives the name of the function
com.icl.saxon.DecimalFormatManager DecimalFormatManager manages the collection of named and unnamed decimal formats @version 10 December 1999: extracted from Controller @author Michael H. Kay (mhkay@iclway.co.uk)
com.icl.saxon.style.SAXONHandler A saxon:handler element in the style sheet: defines a Java nodehandler that can be used to process a node in place of an XSLT template
org.apache.lenya.cms.cocoon.acting.UploadAction The class <code>UploadAction</code> implements an action that allows for asset and content upload. An upload consists of a file upload plus optionally a file creation for the meta data of the asset. Also see org.apache.lenya.cms.authoring.UploadHelper