org.forester.io.parsers.phyloxml.data
Class ProteinDomainParser

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

public class ProteinDomainParser
extends java.lang.Object
implements PhylogenyDataPhyloXmlParser


Method Summary
static PhylogenyDataPhyloXmlParser getInstance()
           
 ProteinDomain 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 ProteinDomain parse(XmlElement element)
                    throws PhyloXmlDataFormatException
Specified by:
parse in interface PhylogenyDataPhyloXmlParser
Throws:
PhyloXmlDataFormatException

getInstance

public static PhylogenyDataPhyloXmlParser getInstance()