BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Package weblogic.apache.xalan.xslt

Interface Summary
XSLTProcessor The transformation processor -- use XSLTProcessorFactory to instantiate an implementation of this interface.
 

Class Summary
Process The main() method handles the Xalan command-line interface.
StylesheetHandler Initializes and processes a stylesheet via SAX events.
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.
XSLProcessorContext Captures processor context to be passed to an extension element.
XSLTEngineImpl 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.
XSLTProcessorFactory Manufactures the processor for performing transformations.
XSLTResultTarget Contains the result of a transformation that you perform with the XSLTProcessor process() method or one of the StylesheetRoot process() methods.
 

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.