Cytoscape 2.3.1 (c) 2004 ISB, MSKCC, UCSD

cytoscape.util
Class Transform

java.lang.Object
  extended bycytoscape.util.Transform

public class Transform
extends Object

Apply XSLT to an XML document

Author:
kono

Constructor Summary
Transform(String document, String template, String output)
           
 
Method Summary
 void convert()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transform

public Transform(String document,
                 String template,
                 String output)
Method Detail

convert

public void convert()
             throws TransformerException
Throws:
TransformerException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

www.cytoscape.org