Home | History | Annotate | Download | only in templates

Lines Matching refs:Stylesheet

50  * This class represents the root object of the stylesheet tree.
79 * Uses an XSL stylesheet document.
111 * @param schema The schema used to create this stylesheet
122 * Tell if this is the root of the stylesheet tree.
124 * @return True since this is the root of the stylesheet tree.
162 * (i.e., if the stylesheet contains extension functions and/or elements).
174 * namespaces encountered during composition of a stylesheet.
264 // Build the global include list for this stylesheet.
340 Stylesheet included = imported.getIncludeComposed(j);
373 * The combined list of imports. The stylesheet with the highest
387 * <p>stylesheet A imports stylesheets B and C in that order;</p>
388 * <p>stylesheet B imports stylesheet D;</p>
389 * <p>stylesheet C imports stylesheet E.</p>
393 * @param stylesheet Stylesheet to examine for imports.
399 protected void addImports(Stylesheet stylesheet, boolean addToList, Vector importList)
404 int n = stylesheet.getImportCount();
410 Stylesheet imported = stylesheet.getImport(i);
416 n = stylesheet.getIncludeCount();
422 Stylesheet included = stylesheet.getInclude(i);
429 importList.addElement(stylesheet);
434 * Get a stylesheet from the global import list.
437 * @param i Index of stylesheet to get from global import list
439 * @return The stylesheet at the given index
450 * the root stylesheet, thus the number will always be 1 or
462 * Given a stylesheet, return the number of the stylesheet
464 * @param sheet The stylesheet which will be located in the
466 * @return The index into the global import list of the given stylesheet,
508 * is not declared in this stylesheet or an included stylesheet,
644 * A list of all key declarations visible from this stylesheet and all
744 * well as this stylesheet.
771 * well as this stylesheet.
804 * well as this stylesheet.
864 * Get all global "xsl:variable" properties in scope for this stylesheet.