|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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). |
org.apache.xalan.templates | 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 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.StylesheetRoot(XSLTSchema schema,
ErrorListener listener)
Creates a StylesheetRoot and retains a pointer to the schema used to create this StylesheetRoot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |