C D G I O P R S T X

C

cache - Variable in class org.apache.fulcrum.xslt.DefaultXSLTService
Cache of compiled Templates.
caching - Variable in class org.apache.fulcrum.xslt.DefaultXSLTService
Property to control the caching of Templates.
compileTemplates(URL) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Compile Templates from an input file.
configure(Configuration) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Avalon component lifecycle method This method processes the repository path, to make it relative to the web application root, if neccessary.
contextualize(Context) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
 

D

DefaultXSLTService - Class in org.apache.fulcrum.xslt
Implementation of the Turbine XSLT Service.
DefaultXSLTService() - Constructor for class org.apache.fulcrum.xslt.DefaultXSLTService
 

G

getService() - Static method in class org.apache.fulcrum.xslt.XSLTServiceFacade
Utility method for accessing the service implementation
getTemplates(String) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Retrieves Templates.
getTransformer(String) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Retrieve a transformer for the given stylesheet name.

I

initialize() - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Initializes the service.

O

org.apache.fulcrum.xslt - package org.apache.fulcrum.xslt
 

P

path - Variable in class org.apache.fulcrum.xslt.DefaultXSLTService
Path to style sheets used for tranforming well-formed XML documents.

R

ROLE - Static variable in interface org.apache.fulcrum.xslt.XSLTService
 

S

service(ServiceManager) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Avalon component lifecycle method
setService(XSLTService) - Static method in class org.apache.fulcrum.xslt.XSLTServiceFacade
Static utility method to set the service instance to be used in the facade
STYLESHEET_CACHING - Static variable in class org.apache.fulcrum.xslt.DefaultXSLTService
 
STYLESHEET_PATH - Static variable in class org.apache.fulcrum.xslt.DefaultXSLTService
 

T

transform(String, Source, Result, Map) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
 
transform(String, Reader, Writer) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file to transform xml input from a reader and writes the output to a writer.
transform(String, Reader) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file to transform xml input from a reader and returns a string containing the transformed output.
transform(String, Node, Writer) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file to transform xml input from a DOM note and writes the output to a writer.
transform(String, Node) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file to transform xml input from a DOM note and returns a string containing the transformed output.
transform(String, Reader, Writer, Map) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file to transform xml input from a reader and writes the output to a writer.
transform(String, Reader, Map) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file to transform xml input from a reader and returns a string containing the transformed output.
transform(String, Node, Writer, Map) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file to transform xml input from a DOM note and writes the output to a writer.
transform(String, Node, Map) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file to transform xml input from a DOM note and returns a string containing the transformed output.
transform(String, Map) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file without any input.
transform(String, Writer, Map) - Method in class org.apache.fulcrum.xslt.DefaultXSLTService
Uses an xsl file without any xml input (simplified stylesheet)
transform(String, Reader, Writer) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file to transform xml input from a reader and writes the output to a writer.
transform(String, Reader) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file to transform xml input from a reader and returns a string containing the transformed output.
transform(String, Node, Writer) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file to transform xml input from a DOM note and writes the output to a writer.
transform(String, Node) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file to transform xml input from a DOM note and returns a string containing the transformed output.
transform(String, Reader, Writer, Map) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file to transform xml input from a reader and writes the output to a writer.
transform(String, Reader, Map) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file to transform xml input from a reader and returns a string containing the transformed output.
transform(String, Node, Writer, Map) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file to transform xml input from a DOM note and writes the output to a writer.
transform(String, Node, Map) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file to transform xml input from a DOM note and returns a string containing the transformed output.
transform(String, Map) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file without any xml input.
transform(String, Writer, Map) - Method in interface org.apache.fulcrum.xslt.XSLTService
Uses an xsl file without any xml input.
transform(String, Reader, Writer) - Static method in class org.apache.fulcrum.xslt.XSLTServiceFacade
Uses an xsl file to transform xml input from a reader and writes the output to a writer.
transform(String, Reader) - Static method in class org.apache.fulcrum.xslt.XSLTServiceFacade
Uses an xsl file to transform xml input from a reader and returns a string containing the transformed output.
transform(String, Node, Writer) - Method in class org.apache.fulcrum.xslt.XSLTServiceFacade
Uses an xsl file to transform xml input from a DOM note and writes the output to a writer.
transform(String, Node) - Method in class org.apache.fulcrum.xslt.XSLTServiceFacade
Uses an xsl file to transform xml input from a DOM note and returns a string containing the transformed output.
transform(String, Map) - Method in class org.apache.fulcrum.xslt.XSLTServiceFacade
Uses an xsl file without any xml input.
transform(String, Writer, Map) - Method in class org.apache.fulcrum.xslt.XSLTServiceFacade
Uses an xsl file without any xml input.

X

XSLTService - Interface in org.apache.fulcrum.xslt
The Turbine XSLT Service is used to transform xml with a xsl stylesheet.
XSLTServiceFacade - Class in org.apache.fulcrum.xslt
This is a static accesor class for XSLTService.
XSLTServiceFacade() - Constructor for class org.apache.fulcrum.xslt.XSLTServiceFacade
 

C D G I O P R S T X

Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.