Uses of Class
org.apache.xalan.processor.XSLTSchema

Packages that use XSLTSchema
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). StylesheetProcessor implements the TRaX TransformerFactory interface, as well as the SAXTransformerFactory interface. 
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. StylesheetRoot implements the Templates interface, and extends StylesheetComposed, which is a Stylesheet composed of itself and its included Stylesheet objects. 
 

Uses of XSLTSchema in org.apache.xalan.processor
 

Methods in org.apache.xalan.processor that return XSLTSchema
 XSLTSchema StylesheetHandler.getSchema()
          Get the root of the XSLT Schema, which tells us how to transition content handlers, create elements, etc.
 

Uses of XSLTSchema in org.apache.xalan.templates
 

Constructors in org.apache.xalan.templates with parameters of type XSLTSchema
StylesheetRoot(XSLTSchema schema, javax.xml.transform.ErrorListener listener)
          Creates a StylesheetRoot and retains a pointer to the schema used to create this StylesheetRoot.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.