cytoscape.util
Class Transform
java.lang.Object
cytoscape.util.Transform
public class Transform
- extends Object
Apply XSLT to an XML document
- Author:
- kono
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transform
public Transform(String document,
String template,
String output)
convert
public void convert()
throws TransformerException
- Throws:
TransformerException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception