Uses of Interface
wt.util.xml.xslt.XSLTransform

Packages that use XSLTransform
com.infoengine.xml   
com.ptc.core.query.report.bom.server   
com.ptc.core.query.report.client.generation   
wt.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
wt.util.xml.xslt   
 

Uses of XSLTransform in com.infoengine.xml
 

Methods in com.infoengine.xml that return XSLTransform
 XSLTransform XSL.getTransform(XMLSource xmlSource, Stylesheet stylesheet, Enumeration params, String styleBaseURI)
          Constructs an XSLTransform object from the given arguments as well as any parameters passed by passParameters.
 

Uses of XSLTransform in com.ptc.core.query.report.bom.server
 

Methods in com.ptc.core.query.report.bom.server that return XSLTransform
(package private)  XSLTransform SerialXSLTransformer.buildTransformChain()
          Build chain of transforms and return tail of the chain
 

Uses of XSLTransform in com.ptc.core.query.report.client.generation
 

Methods in com.ptc.core.query.report.client.generation with parameters of type XSLTransform
private static void ReportProcessor.outputToStream(XSLTransform a_transform, ReportPostProcessor a_postProcessor, OutputStream a_outputStream)
           
 

Uses of XSLTransform in wt.query.template
 

Methods in wt.query.template that return XSLTransform
static XSLTransform ReportTemplateHelper.getTransform(XSLSpec xslSpec, XMLSource reportSource, Properties xslProperties, Locale locale)
          This method derives an XSLTransform object from the specified parameters.
static XSLTransform ReportTemplateHelper.getTransform(XSLSpec xslSpec, XMLSource reportSource, Properties xslProperties, Locale locale)
          This method derives an XSLTransform object from the specified parameters.
 

Methods in wt.query.template with parameters of type XSLTransform
 void XSLFOPostProcessor.process(XSLTransform a_transform, OutputStream a_outputStream)
          Execute post-processing by requesting transform output via XSLTransform API and output transform results to output stream.
 void SVGPostProcessor.process(XSLTransform a_transform, OutputStream a_outputStream)
          Execute post-processing by requesting transform output via XSLTransform API and output transform results to output stream.
 void ReportPostProcessor.process(XSLTransform a_transform, OutputStream a_outputStream)
          Execute post-processing by requesting transform output via XSLTransform API and output transform results to output stream.
 void XSLFOPostProcessor.process(XSLTransform a_transform, OutputStream a_outputStream)
          Execute post-processing by requesting transform output via XSLTransform API and output transform results to output stream.
 void SVGPostProcessor.process(XSLTransform a_transform, OutputStream a_outputStream)
          Execute post-processing by requesting transform output via XSLTransform API and output transform results to output stream.
 void ReportPostProcessor.process(XSLTransform a_transform, OutputStream a_outputStream)
          Execute post-processing by requesting transform output via XSLTransform API and output transform results to output stream.
 

Uses of XSLTransform in wt.util.xml.xslt
 

Classes in wt.util.xml.xslt that implement XSLTransform
(package private)  class AbstractXSLTransform
           
(package private)  class JAXPXSLTransform
           
 

Methods in wt.util.xml.xslt that return XSLTransform
abstract  XSLTransform XMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters)
          Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource.
abstract  XSLTransform XMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters, String baseURI)
          Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource.
 XSLTransform JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters)
           
 XSLTransform JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters, String baseURI)
           
abstract  XSLTransform XMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters)
          Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource.
abstract  XSLTransform XMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters, String baseURI)
          Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource.
 XSLTransform JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters)
           
 XSLTransform JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters, String baseURI)
           
abstract  XSLTransform XMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters)
          Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource.
abstract  XSLTransform XMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters, String baseURI)
          Create an XSLTransform instance to apply the stylesheet to the XML document identified by xmlSource.
 XSLTransform JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters)
           
 XSLTransform JAXPXMLSourceFactory.newXSLTransform(XMLSource xmlSource, Stylesheet stylesheet, Hashtable inputParameters, String baseURI)