Class PhyloXmlNodeWriter


  • public class PhyloXmlNodeWriter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void toPhyloXml​(java.io.Writer w, PhylogenyNode node, int level, java.lang.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​(java.io.Writer w,
                                      PhylogenyNode node,
                                      int level,
                                      java.lang.String indentation)
                               throws java.io.IOException
        Throws:
        java.io.IOException