Home | History | Annotate | Download | only in templates

Lines Matching defs:StylesheetRoot

19  * $Id: StylesheetRoot.java 476466 2006-11-18 08:22:31Z minchau $
53 public class StylesheetRoot extends StylesheetComposed
82 public StylesheetRoot(ErrorListener errorListener) throws TransformerConfigurationException
102 * The schema used when creating this StylesheetRoot
108 * Creates a StylesheetRoot and retains a pointer to the schema used to create this
109 * StylesheetRoot. The schema may be needed later for an element-available() function call.
114 public StylesheetRoot(XSLTSchema schema, ErrorListener listener) throws TransformerConfigurationException
184 System.out.println("StylesheetRoot.runtimeInit()");
186 // try{throw new Exception("StylesheetRoot.runtimeInit()");} catch(Exception e){e.printStackTrace();}
721 * this StylesheetRoot.
732 * StylesheetRoot. This method should only be used by the compiler. Normally,
735 * @param templateList The new <code>TemplateList</code> for this StylesheetRoot.