Package | Description |
---|---|
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
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. |
Modifier and Type | Method | Description |
---|---|---|
Stylesheet |
XSLProcessorContext.getStylesheet() |
Get the Stylesheet being executed.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSLProcessorContext.outputToResultTree(Stylesheet stylesheetTree,
java.lang.Object obj) |
Output an object to the result tree by doing the right conversions.
|
abstract void |
ExtensionHandler.processElement(java.lang.String localPart,
ElemTemplateElement element,
TransformerImpl transformer,
Stylesheet stylesheetTree,
java.lang.Object methodKey) |
Process a call to this extension namespace via an element.
|
void |
ExtensionHandlerExsltFunction.processElement(java.lang.String localPart,
ElemTemplateElement element,
TransformerImpl transformer,
Stylesheet stylesheetTree,
java.lang.Object methodKey) |
Required by ExtensionHandler (an abstract method).
|
void |
ExtensionHandlerGeneral.processElement(java.lang.String localPart,
ElemTemplateElement element,
TransformerImpl transformer,
Stylesheet stylesheetTree,
java.lang.Object methodKey) |
Process a call to this extension namespace via an element.
|
void |
ExtensionHandlerJavaClass.processElement(java.lang.String localPart,
ElemTemplateElement element,
TransformerImpl transformer,
Stylesheet stylesheetTree,
java.lang.Object methodKey) |
Process a call to this extension namespace via an element.
|
void |
ExtensionHandlerJavaPackage.processElement(java.lang.String localPart,
ElemTemplateElement element,
TransformerImpl transformer,
Stylesheet stylesheetTree,
java.lang.Object methodKey) |
Process a call to this extension namespace via an element.
|
Constructor | Description |
---|---|
XSLProcessorContext(TransformerImpl transformer,
Stylesheet stylesheetTree) |
Create a processor context to be passed to an extension.
|
Modifier and Type | Method | Description |
---|---|---|
void |
StylesheetHandler.pushStylesheet(Stylesheet s) |
Push the current stylesheet being constructed.
|
Constructor | Description |
---|---|
WhitespaceInfoPaths(Stylesheet thisSheet) |
Constructor WhitespaceInfoPaths
|
Modifier and Type | Class | Description |
---|---|---|
class |
StylesheetComposed |
Represents a stylesheet that has methods that resolve includes and
imports.
|
class |
StylesheetRoot |
This class represents the root object of the stylesheet tree.
|
Modifier and Type | Method | Description |
---|---|---|
Stylesheet |
Stylesheet.getInclude(int i) |
Get the stylesheet at the given in index in "include" list
|
Stylesheet |
StylesheetComposed.getIncludeComposed(int i) |
Get an "xsl:include" property.
|
Stylesheet |
ElemTemplate.getStylesheet() |
Get the owning stylesheet.
|
Stylesheet |
ElemTemplateElement.getStylesheet() |
Get the owning stylesheet.
|
Stylesheet |
Stylesheet.getStylesheet() |
Get the owning stylesheet.
|
Stylesheet |
Stylesheet.getStylesheetParent() |
Get the parent of the stylesheet.
|
Modifier and Type | Method | Description |
---|---|---|
void |
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.
|
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 WhiteSpaceInfo
|
WhiteSpaceInfo(XPath matchPattern,
boolean shouldStripSpace,
Stylesheet thisSheet) |
Constructor WhiteSpaceInfo
|
Copyright ? 2014 Apache XML Project. All Rights Reserved.