Uses of Class org.apache.xalan.templates.Stylesheet

Uses in package org.apache.xalan.processor

Constructors with parameter type org.apache.xalan.templates.Stylesheet

Constructor WhitespaceInfoPaths

Methods with parameter type org.apache.xalan.templates.Stylesheet

void
Push the current stylesheet being constructed.

Uses in package org.apache.xalan.templates

Classes derived from org.apache.xalan.templates.Stylesheet

class
Represents a stylesheet that has methods that resolve includes and imports.
class
This class represents the root object of the stylesheet tree.

Constructors with parameter type org.apache.xalan.templates.Stylesheet

KeyDeclaration.KeyDeclaration(Stylesheet parentNode, int docOrderNumber)
Constructs a new element representing the xsl:key.
Constructor for a Stylesheet.
Uses an XSL stylesheet document.
Constructor WhiteSpaceInfo
WhiteSpaceInfo.WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)
Constructor WhiteSpaceInfo

Methods with parameter type org.apache.xalan.templates.Stylesheet

void
Add a stylesheet to the "include" list.
void
Set the owning stylesheet.
void
Set the parent of the stylesheet.

Methods with return type org.apache.xalan.templates.Stylesheet

Stylesheet
Get the stylesheet at the given in index in "include" list
Stylesheet
Get an "xsl:include" property.
Stylesheet
Get the owning stylesheet.
Stylesheet
Get the owning stylesheet.
Stylesheet
Get the owning stylesheet.
Stylesheet
Get the parent of the stylesheet.

Uses in package org.apache.xalan.extensions

Constructors with parameter type org.apache.xalan.templates.Stylesheet

Create a processor context to be passed to an extension.

Methods with parameter type org.apache.xalan.templates.Stylesheet

void
XSLProcessorContext.outputToResultTree(Stylesheet stylesheetTree, Object obj)
Output an object to the result tree by doing the right conversions.
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.

Methods with return type org.apache.xalan.templates.Stylesheet

Stylesheet
Get the Stylesheet being executed.

Copyright B) 2006 Apache XML Project. All Rights Reserved.