Uses of Package
org.apache.xalan.processor

Packages that use org.apache.xalan.processor
Package
Description
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object).
Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet.
  • Class
    Description
    TransformerFactory class for xsl:include markup.
    Processes an XSLT literal-result-element, or something that looks like one.
    This class processes parse events for an XSLT template element.
    Initializes and processes a stylesheet via SAX events.
    The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT stylesheets into a Templates object (a StylesheetRoot).
    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.
    This class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements.
    This class defines the allowed structure for a stylesheet, and the mapping between Xalan classes and the markup elements in the stylesheet.
  • Class
    Description
    Initializes and processes a stylesheet via SAX events.
    This class defines the allowed structure for a stylesheet, and the mapping between Xalan classes and the markup elements in the stylesheet.