org.forester.io.parsers.phyloxml.phylogenydata
Class DomainArchitectureParser

java.lang.Object
  extended by org.forester.io.parsers.phyloxml.phylogenydata.DomainArchitectureParser
All Implemented Interfaces:
PhylogenyDataPhyloXmlParser

public class DomainArchitectureParser
extends Object
implements PhylogenyDataPhyloXmlParser


Method Summary
static PhylogenyDataPhyloXmlParser getInstance()
           
 DomainArchitecture parse(XmlElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public DomainArchitecture parse(XmlElement element)
                         throws PhylogenyParserException
Specified by:
parse in interface PhylogenyDataPhyloXmlParser
Throws:
PhylogenyParserException

getInstance

public static PhylogenyDataPhyloXmlParser getInstance()