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. | |