|
Class Summary
|
| 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 |
Deprecated. To be replaced by weblogic.apache.xalan.Version.getVersion() |
| 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. |