serf.data.io
Class XMLifyYahooData

java.lang.Object
  extended by serf.data.io.ParseYahooData
      extended by serf.data.io.XMLifyYahooData

public class XMLifyYahooData
extends ParseYahooData


Constructor Summary
XMLifyYahooData(java.lang.String[] srcs, java.lang.String xmlOutputFile)
           
 
Method Summary
static void closeRecordSet(java.io.Writer fw)
           
static void main(java.lang.String[] args)
           
static void openRecordSet(java.io.Writer fw)
           
static void serializeRecord(Record r, java.io.Writer fw)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLifyYahooData

public XMLifyYahooData(java.lang.String[] srcs,
                       java.lang.String xmlOutputFile)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

openRecordSet

public static void openRecordSet(java.io.Writer fw)
                          throws java.io.IOException
Throws:
java.io.IOException

closeRecordSet

public static void closeRecordSet(java.io.Writer fw)
                           throws java.io.IOException
Throws:
java.io.IOException

serializeRecord

public static void serializeRecord(Record r,
                                   java.io.Writer fw)
                            throws java.io.IOException
Throws:
java.io.IOException