public class XsltTransformer extends Object implements Transformer
| Constructor and Description |
|---|
XsltTransformer(String xslt) |
| Modifier and Type | Method and Description |
|---|---|
String |
getXslt() |
String |
transform(String input)
Apply transformation in the input string.
|
public XsltTransformer(String xslt) throws TransformerConfigurationException, TransformerFactoryConfigurationError
public String transform(String input) throws TransformerException
Transformertransform in interface Transformerinput - The string to be transformedTransformerExceptionpublic String getXslt()
Copyright © 2020. All rights reserved.