Uses of Package
org.apache.xalan.processor

Packages that use org.apache.xalan.processor
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. 
 

Classes in org.apache.xalan.processor used by org.apache.xalan.processor
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.
 

Classes in org.apache.xalan.processor used by org.apache.xalan.templates
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 © 2006 Apache XML Project. All Rights Reserved.