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). 
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
 

Fields in org.apache.xalan.processor declared as XSLTSchema
private  XSLTSchema StylesheetHandler.m_schema
          The root of the XSLT Schema, which tells us how to transition content handlers, create elements, etc.
 

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.
 

Constructors in org.apache.xalan.processor with parameters of type XSLTSchema
XSLTElementDef(XSLTSchema schema, java.lang.String namespace, java.lang.String name, java.lang.String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, java.lang.Class classObject)
          Construct an instance of XSLTElementDef.
XSLTElementDef(XSLTSchema schema, java.lang.String namespace, java.lang.String name, java.lang.String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, java.lang.Class classObject, boolean has_required)
          Construct an instance of XSLTElementDef.
XSLTElementDef(XSLTSchema schema, java.lang.String namespace, java.lang.String name, java.lang.String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, java.lang.Class classObject, boolean has_required, boolean required)
          Construct an instance of XSLTElementDef.
XSLTElementDef(XSLTSchema schema, java.lang.String namespace, java.lang.String name, java.lang.String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, java.lang.Class classObject, boolean has_required, boolean required, boolean has_order, int order, boolean multiAllowed)
          Construct an instance of XSLTElementDef.
XSLTElementDef(XSLTSchema schema, java.lang.String namespace, java.lang.String name, java.lang.String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, java.lang.Class classObject, boolean has_required, boolean required, int order, boolean multiAllowed)
          Construct an instance of XSLTElementDef.
XSLTElementDef(XSLTSchema schema, java.lang.String namespace, java.lang.String name, java.lang.String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, java.lang.Class classObject, boolean has_order, int order, boolean multiAllowed)
          Construct an instance of XSLTElementDef.
XSLTElementDef(XSLTSchema schema, java.lang.String namespace, java.lang.String name, java.lang.String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, java.lang.Class classObject, int order, boolean multiAllowed)
          Construct an instance of XSLTElementDef.
 

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.