org.forester.io.writers
Class PhyloXmlNodeWriter

java.lang.Object
  extended by org.forester.io.writers.PhyloXmlNodeWriter

public class PhyloXmlNodeWriter
extends Object


Constructor Summary
PhyloXmlNodeWriter()
           
 
Method Summary
static void toPhyloXml(Writer w, PhylogenyNode node, int level, String indentation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhyloXmlNodeWriter

public PhyloXmlNodeWriter()
Method Detail

toPhyloXml

public static void toPhyloXml(Writer w,
                              PhylogenyNode node,
                              int level,
                              String indentation)
                       throws IOException
Throws:
IOException