Package | Description |
---|---|
org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
Class | Description |
---|---|
ProcessorInclude |
TransformerFactory class for xsl:include markup.
|
ProcessorLRE |
Processes an XSLT literal-result-element, or something that looks
like one.
|
ProcessorTemplateElem |
This class processes parse events for an XSLT template element.
|
StylesheetHandler |
Initializes and processes a stylesheet via SAX events.
|
TransformerFactoryImpl |
The TransformerFactoryImpl, which implements the TRaX TransformerFactory
interface, processes XSLT stylesheets into a Templates object
(a StylesheetRoot).
|
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.
|
Class | Description |
---|---|
StylesheetHandler |
Initializes and processes a stylesheet via SAX events.
|
XSLTSchema |
This class defines the allowed structure for a stylesheet, and the
mapping between Xalan classes and the markup elements in the stylesheet.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.