|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.tools.blast.parsers.xml.v3.Parser
| Constructor Summary | |
Parser()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
BlastOutput |
parse(java.io.File xml_source)
Parses BLAST XML output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parser()
| Method Detail |
public BlastOutput parse(java.io.File xml_source)
throws java.io.FileNotFoundException,
UnsupportedFormat
java.io.FileNotFoundException - Thrown when xml_source cannot be found.
UnsupportedFormat - Thrown when xml_source cannot be validated
by the NCBI DTD.public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||