public class XSLTInformationTransformer extends InformationTransformer
Constructor and Description |
---|
XSLTInformationTransformer() |
Modifier and Type | Method and Description |
---|---|
String |
getStyleSheet()
This method returns the stylesheet.
|
void |
init()
This method initializes the information transformer.
|
void |
setStyleSheet(String stylesheet)
This method sets the stylesheet.
|
String |
transform(Object information)
This method transforms the supplied information and
returns the textual representation of the result.
|
close, transform
public String getStyleSheet()
public void setStyleSheet(String stylesheet)
stylesheet
- The stylesheetpublic void init() throws Exception
init
in class InformationTransformer
Exception
- Failed to initializepublic String transform(Object information)
transform
in class InformationTransformer
information
- The informationCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.