class: XsltTransforming

public class: XsltTransforming
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 123 $ $LastChangedDate: 2007-11-14 10:5; Complexity: 1
Dates: Created: 16.07.2009 15:21:30; Modified: 16.07.2009 15:21:30;
Flags: Active: false; IsRoot: false; IsLeaf: true;
Extension Points:
UUID: {A43974EF-27AB-4bca-91A0-E5C64DA52FA0}
Utility class for XSLT transformations.
 

Goto: Custom Properties, Fields, Methods

Appears in: validation

Custom Properties
 
XsltTransforming Attributes
Attribute Details
private static TransformerFactoryImpl
  factory
Initial: new TransformerFactoryImpl()
Notes: XSLT transformer factory.
private static const Logger
  LOGGER
Initial: Logger.getLogger(XsltTransforming.class)
Notes: Logger for this class.
 
XsltTransforming Methods
Operation Details
public static
transform(
   String xml,
   String xsl):StringWriter
Sequential
Tags: throws=TechnicalException
Notes: Transforms a given xml and xsl without parameters.
@return The transformation result as StringWriter.
public static
transform(
   String xml,
   String xsl,
   Map params):StringWriter
Sequential
Tags: throws=TechnicalException
Notes: Transforms a given xml and xsl with parameters.
@return The transformation result as StringWriter.
public static
transform(
   String xml,
   Transformer t,
   Map params):StringWriter
Sequential
Tags: throws=TechnicalException
Notes: Transforms a given xml and xsl with parameters.
@return The transformation result as StringWriter.
private
XsltTransforming():
Sequential
Notes: Hide default constructor.