Searched defs:StylesheetRoot (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java19 * $Id: StylesheetRoot.java 476466 2006-11-18 08:22:31Z minchau $
53 public class StylesheetRoot extends StylesheetComposed class in inherits:StylesheetComposed,java.io.Serializable,Templates
82 public StylesheetRoot(ErrorListener errorListener) throws TransformerConfigurationException method in class:StylesheetRoot
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 method in class:StylesheetRoot
184 System.out.println("StylesheetRoot.runtimeInit()");
186 // try{throw new Exception("StylesheetRoot.runtimeInit()");} catch(Exception e){e.printStackTrace();}
721 * this StylesheetRoot
[all...]

Completed in 49 milliseconds