Uses of Class
org.apache.xalan.templates.Stylesheet
Packages that use Stylesheet
Package
Description
Implementation of Xalan Extension Mechanism.
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.-
Uses of Stylesheet in org.apache.xalan.extensions
Methods in org.apache.xalan.extensions that return StylesheetModifier and TypeMethodDescriptionXSLProcessorContext.getStylesheet()
Get the Stylesheet being executed.Methods in org.apache.xalan.extensions with parameters of type StylesheetModifier and TypeMethodDescriptionvoid
XSLProcessorContext.outputToResultTree
(Stylesheet stylesheetTree, Object obj) Output an object to the result tree by doing the right conversions.abstract void
ExtensionHandler.processElement
(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Process a call to this extension namespace via an element.void
ExtensionHandlerExsltFunction.processElement
(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Required by ExtensionHandler (an abstract method).void
ExtensionHandlerGeneral.processElement
(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Process a call to this extension namespace via an element.void
ExtensionHandlerJavaClass.processElement
(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Process a call to this extension namespace via an element.void
ExtensionHandlerJavaPackage.processElement
(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Process a call to this extension namespace via an element.Constructors in org.apache.xalan.extensions with parameters of type StylesheetModifierConstructorDescriptionXSLProcessorContext
(TransformerImpl transformer, Stylesheet stylesheetTree) Create a processor context to be passed to an extension. -
Uses of Stylesheet in org.apache.xalan.processor
Methods in org.apache.xalan.processor with parameters of type StylesheetModifier and TypeMethodDescriptionvoid
StylesheetHandler.pushStylesheet
(Stylesheet s) Push the current stylesheet being constructed.Constructors in org.apache.xalan.processor with parameters of type StylesheetModifierConstructorDescriptionWhitespaceInfoPaths
(Stylesheet thisSheet) Constructor WhitespaceInfoPaths -
Uses of Stylesheet in org.apache.xalan.templates
Subclasses of Stylesheet in org.apache.xalan.templatesModifier and TypeClassDescriptionclass
Represents a stylesheet that has methods that resolve includes and imports.class
This class represents the root object of the stylesheet tree.Methods in org.apache.xalan.templates that return StylesheetModifier and TypeMethodDescriptionStylesheet.getInclude
(int i) Get the stylesheet at the given in index in "include" listStylesheetComposed.getIncludeComposed
(int i) Get an "xsl:include" property.ElemTemplate.getStylesheet()
Get the owning stylesheet.ElemTemplateElement.getStylesheet()
Get the owning stylesheet.Stylesheet.getStylesheet()
Get the owning stylesheet.Stylesheet.getStylesheetParent()
Get the parent of the stylesheet.Methods in org.apache.xalan.templates with parameters of type StylesheetModifier and TypeMethodDescriptionvoid
Stylesheet.setInclude
(Stylesheet v) Add a stylesheet to the "include" list.void
ElemTemplate.setStylesheet
(Stylesheet sheet) Set the owning stylesheet.void
Stylesheet.setStylesheetParent
(Stylesheet v) Set the parent of the stylesheet.Constructors in org.apache.xalan.templates with parameters of type StylesheetModifierConstructorDescriptionKeyDeclaration
(Stylesheet parentNode, int docOrderNumber) Constructs a new element representing the xsl:key.Stylesheet
(Stylesheet parent) Constructor for a Stylesheet.StylesheetComposed
(Stylesheet parent) Uses an XSL stylesheet document.WhiteSpaceInfo
(Stylesheet thisSheet) Constructor WhiteSpaceInfoWhiteSpaceInfo
(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet) Constructor WhiteSpaceInfo