Uses of Class
org.apache.xalan.templates.Stylesheet
| Package | Description |
|---|---|
| org.apache.xalan.extensions | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.templates |
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 with parameters of type Stylesheet Modifier and Type Method Description abstract voidExtensionHandler. processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey)Process a call to this extension namespace via an element. -
Uses of Stylesheet in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return Stylesheet Modifier and Type Method Description protected StylesheetProcessorLRE. getStylesheetRoot(StylesheetHandler handler)This method could be over-ridden by a class that extends this class.protected StylesheetProcessorStylesheetElement. getStylesheetRoot(StylesheetHandler handler)This method can be over-ridden by a class that extends this one.Methods in org.apache.xalan.processor with parameters of type Stylesheet Modifier and Type Method Description voidStylesheetHandler. pushStylesheet(Stylesheet s)Push the current stylesheet being constructed.Constructors in org.apache.xalan.processor with parameters of type Stylesheet Constructor Description WhitespaceInfoPaths(Stylesheet thisSheet)Constructor WhitespaceInfoPaths -
Uses of Stylesheet in org.apache.xalan.templates
Subclasses of Stylesheet in org.apache.xalan.templates Modifier and Type Class Description classStylesheetComposedRepresents a stylesheet that has methods that resolve includes and imports.classStylesheetRootThis class represents the root object of the stylesheet tree.Methods in org.apache.xalan.templates that return Stylesheet Modifier and Type Method Description StylesheetStylesheet. getInclude(int i)Get the stylesheet at the given in index in "include" listStylesheetStylesheetComposed. getIncludeComposed(int i)Get an "xsl:include" property.StylesheetElemTemplate. getStylesheet()Get the owning stylesheet.StylesheetElemTemplateElement. getStylesheet()Get the owning stylesheet.StylesheetStylesheet. getStylesheet()Get the owning stylesheet.StylesheetStylesheet. getStylesheetParent()Get the parent of the stylesheet.Methods in org.apache.xalan.templates with parameters of type Stylesheet Modifier and Type Method Description protected voidStylesheetRoot. addImports(Stylesheet stylesheet, boolean addToList, Vector importList)Add the imports in the given sheet to the working importList vector.voidStylesheet. setInclude(Stylesheet v)Add a stylesheet to the "include" list.voidElemTemplate. setStylesheet(Stylesheet sheet)Set the owning stylesheet.voidStylesheet. setStylesheetParent(Stylesheet v)Set the parent of the stylesheet.Constructors in org.apache.xalan.templates with parameters of type Stylesheet Constructor Description KeyDeclaration(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