|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.common.xsl.XSLTUtils
public class XSLTUtils
| Constructor Summary | |
|---|---|
XSLTUtils()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
|
void |
transform(File dest,
File src,
URL styleSheet)
|
void |
transform(File dest,
File src,
URL styleSheet,
Properties params)
|
void |
transform(InputStream source,
OutputStream dest,
URL styleSheet)
|
String |
transform(String xml,
URL styleSheet)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSLTUtils()
| Method Detail |
|---|
public void transform(File dest,
File src,
URL styleSheet)
throws IOException,
TransformerConfigurationException,
TransformerException
IOException
TransformerConfigurationException
TransformerException
public void transform(File dest,
File src,
URL styleSheet,
Properties params)
throws IOException,
TransformerConfigurationException,
TransformerException
IOException
TransformerConfigurationException
TransformerException
public void transform(InputStream source,
OutputStream dest,
URL styleSheet)
throws IOException,
TransformerConfigurationException,
TransformerException
IOException
TransformerConfigurationException
TransformerException
public String transform(String xml,
URL styleSheet)
throws IOException,
TransformerConfigurationException,
TransformerException
IOException
TransformerConfigurationException
TransformerExceptionpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||