Uses of Class
org.apache.xalan.processor.XSLTSchema
Packages that use XSLTSchema
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.-
Uses of XSLTSchema in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return XSLTSchemaModifier and TypeMethodDescriptionStylesheetHandler.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 XSLTSchemaModifierConstructorDescriptionStylesheetRoot
(XSLTSchema schema, ErrorListener listener) Creates a StylesheetRoot and retains a pointer to the schema used to create this StylesheetRoot.