fcmodeler.pathbinder
Class MetaCrawler

java.lang.Object
  extended by fcmodeler.pathbinder.MetaCrawler

public class MetaCrawler
extends java.lang.Object

Collect publication year, MeSHHeadingList, etc.

Author:
Jing Ding fcmodeler.pathbinder MetNet

Constructor Summary
MetaCrawler(MySqlConnector db)
           
 
Method Summary
 void loadTable(java.io.File file, boolean dui)
           
static void main(java.lang.String[] args)
           
 void processFile(java.io.File medfile)
           
 void processUnit()
           
 void updateFile(java.io.File medfile)
           
 void updateUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaCrawler

public MetaCrawler(MySqlConnector db)
            throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException
Method Detail

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)