Class DomainArchitectureParser
- java.lang.Object
-
- org.forester.io.parsers.phyloxml.data.DomainArchitectureParser
-
- All Implemented Interfaces:
PhylogenyDataPhyloXmlParser
public class DomainArchitectureParser extends java.lang.Object implements PhylogenyDataPhyloXmlParser
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PhylogenyDataPhyloXmlParser
getInstance()
DomainArchitecture
parse(XmlElement element)
-
-
-
Method Detail
-
parse
public DomainArchitecture parse(XmlElement element) throws PhyloXmlDataFormatException
- Specified by:
parse
in interfacePhylogenyDataPhyloXmlParser
- Throws:
PhyloXmlDataFormatException
-
getInstance
public static PhylogenyDataPhyloXmlParser getInstance()
-
-