Home | History | Annotate | Download | only in transformer

Lines Matching defs:stylesheet

65 import org.apache.xalan.templates.Stylesheet;
333 * @param stylesheet The root of the stylesheet tree.
335 public TransformerImpl(StylesheetRoot stylesheet)
338 m_optimizer = stylesheet.getOptimizer();
339 m_incremental = stylesheet.getIncremental();
340 m_source_location = stylesheet.getSource_location();
341 setStylesheet(stylesheet);
348 if (stylesheet.isSecureProcessing())
352 getXPathContext().setNamespaceContext(stylesheet);
373 * If the stylesheet contains extensions, set the extensions table object.
376 * @param sroot The stylesheet.
551 // If no systemID of the source, use the base of the stylesheet.
709 * property specified in the stylesheet.
741 * can be used to test if a property has been explicitly set by the stylesheet
773 * specified in the stylesheet.
837 // output format from the stylesheet.
895 // and we are to revert back to those in the templates object (i.e. Stylesheet).
1202 StylesheetRoot stylesheet = this.getStylesheet();
1203 int n = stylesheet.getGlobalImportCount();
1207 StylesheetComposed imported = stylesheet.getGlobalImport(i);
1212 Stylesheet included = imported.getIncludeComposed(j);
1358 * otherwise the output format from the stylesheet.
1364 // output format from the stylesheet.
1489 * *not* all the xsl:params on the stylesheet (which require
1623 * Internal -- push the global variables from the Stylesheet onto
1739 * Given a stylesheet element, create a result tree fragment from it's
1758 * Given a stylesheet element, create a result tree fragment from it's
1781 * Given a stylesheet element, create a result tree fragment from it's
2475 * defined in the stylesheet.</p>
2579 * Set the stylesheet for this processor. If this is set, then the
2581 * this instead of looking for a stylesheet PI. Also,
2582 * setting the stylesheet is needed if you are going
2586 * or null if you wish to clear the stylesheet reference.
2594 * Get the current stylesheet for this processor.
2596 * @return The stylesheet that is associated with this