org.kuali.ole
Class MarcXMLGenerator

java.lang.Object
  extended by org.kuali.ole.MarcXMLGenerator

public class MarcXMLGenerator
extends Object

Created by IntelliJ IDEA. User: pvsubrah Date: 4/2/12 Time: 4:05 PM To change this template use File | Settings | File Templates.


Constructor Summary
MarcXMLGenerator()
           
 
Method Summary
 String convert(String content)
           
 String convertRawMarcToXML(File inputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarcXMLGenerator

public MarcXMLGenerator()
Method Detail

convertRawMarcToXML

public String convertRawMarcToXML(File inputFile)
                           throws FileNotFoundException
Parameters:
inputFile -
Returns:
converted marc xml File Name
Throws:
FileNotFoundException - This method takes in a raw marc file and converts into a marc xml file.

convert

public String convert(String content)
Parameters:
content -
Returns:
converted marc xml


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.