org.plasma.common.xslt
Class XSLTUtils
java.lang.Object
org.plasma.common.xslt.XSLTUtils
public class XSLTUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTUtils
public XSLTUtils()
transform
public void transform(File dest,
File src,
URL styleSheet)
throws IOException,
TransformerConfigurationException,
TransformerException
- Throws:
IOException
TransformerConfigurationException
TransformerException
transform
public void transform(File dest,
File src,
URL styleSheet,
Properties params)
throws IOException,
TransformerConfigurationException,
TransformerException
- Throws:
IOException
TransformerConfigurationException
TransformerException
transform
public String transform(String xml,
URL styleSheet)
throws IOException,
TransformerConfigurationException,
TransformerException
- Throws:
IOException
TransformerConfigurationException
TransformerException
transform
public String transform(String xml,
URL styleSheet,
Properties params)
throws TransformerConfigurationException,
TransformerException
- Throws:
TransformerConfigurationException
TransformerException
main
public static void main(String[] args)
Copyright © 2013. All rights reserved.