BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Package weblogic.apache.xalan.processor

Class Summary
CompiledStylesheetBundle Serialize and reload routines for Compiled Stylesheets.
CompiledTemplate  
CompilingStylesheetHandler Initializes and processes a stylesheet via SAX events.
CompilingStylesheetProcessor The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT Stylesheets into a Templates object.
ProcessorCharacters This class processes character events for a XSLT template element.
ProcessorLRE Processes an XSLT literal-result-element, or something that looks like one.
ProcessorStylesheetDoc This class processes the xsl:stylesheet element.
ProcessorTemplateElem This class processes parse events for an XSLT template element.
ProcessorText Process xsl:text.
ProcessorUnknown This class processes an unknown template element, and ignores the startElement and endElement events.
StylesheetHandler Initializes and processes a stylesheet via SAX events.
StylesheetPIHandler Search for the xml-stylesheet processing instructions in an XML document.
TransformerFactoryImpl The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT stylesheets into a Templates object (a StylesheetRoot).
XSLProcessorVersion Administrative class to keep track of the version number of the Xalan release.
XSLTAttributeDef This class defines an attribute for an element in a XSLT stylesheet, is meant to reflect the structure defined in http://www.w3.org/TR/xslt#dtd, and the mapping between Xalan classes and the markup attributes in the element.
XSLTElementDef This class defines the allowed structure for an element in a XSLT stylesheet, is meant to reflect the structure defined in http://www.w3.org/TR/xslt#dtd, and the mapping between Xalan classes and the markup elements in the XSLT instance.
XSLTElementProcessor This class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements.
XSLTSchema This class defines the allowed structure for a stylesheet, and the mapping between Xalan classes and the markup elements in the stylesheet.
 

Exception Summary
StopParseException This is a special exception that is used to stop parsing when search for an element.
 

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.