fcmodeler.pathbinder
Class MetaCrawler
java.lang.Object
fcmodeler.pathbinder.MetaCrawler
public class MetaCrawler
- extends java.lang.Object
Collect publication year, MeSHHeadingList, etc.
- Author:
- Jing Ding
fcmodeler.pathbinder
MetNet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaCrawler
public MetaCrawler(MySqlConnector db)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
loadTable
public void loadTable(java.io.File file,
boolean dui)
throws java.io.IOException
- Throws:
java.io.IOException
processUnit
public void processUnit()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
updateUnit
public void updateUnit()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
updateFile
public void updateFile(java.io.File medfile)
throws org.dom4j.DocumentException,
java.io.IOException,
java.sql.SQLException
- Throws:
org.dom4j.DocumentException
java.io.IOException
java.sql.SQLException
processFile
public void processFile(java.io.File medfile)
throws org.dom4j.DocumentException,
java.io.IOException,
java.sql.SQLException
- Throws:
org.dom4j.DocumentException
java.io.IOException
java.sql.SQLException
main
public static void main(java.lang.String[] args)