org.kuali.ole
Class MarcXMLGenerator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarcXMLGenerator
public MarcXMLGenerator()
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.