Uses of Class
org.apache.xalan.processor.XSLTSchema
-
Packages that use XSLTSchema 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 theTemplates
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 XSLTSchema Modifier and Type Method Description 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 Constructor Description StylesheetRoot(XSLTSchema schema, javax.xml.transform.ErrorListener listener)
Creates a StylesheetRoot and retains a pointer to the schema used to create this StylesheetRoot.
-