Package org.biojava.bio.program
Class PdbToXMLConverter
- java.lang.Object
-
- org.biojava.bio.program.PdbToXMLConverter
-
public class PdbToXMLConverter extends Object
A class that converts Protein Data Bank (PDB) to XML that will validate against the biojava:MacromolecularStructure DTD.
Note this code is experimental and subject to change without notice.
Copyright © 2000 Cambridge Antibody Technology.
Primary author -
- Simon Brocklehurst (CAT)
- Tim Dilks (CAT)
- Colin Hardman (CAT)
- Stuart Johnston (CAT)
- Version:
- 0.1
- Author:
- Cambridge Antibody Technology (CAT)
- See Also:
BlastLikeSAXParser
,SimpleXMLEmitter
-
-
Constructor Summary
Constructors Constructor Description PdbToXMLConverter(String poInput)
Creates a newBlastToXMLConverter
instance.
-
-
-
Constructor Detail
-
PdbToXMLConverter
public PdbToXMLConverter(String poInput)
Creates a newBlastToXMLConverter
instance.
-
-
Method Detail
-
convert
public void convert() throws IOException, SAXException
- Throws:
IOException
SAXException
-
-