ujap.bibi
Class Bibtex2XML
java.lang.Object
ujap.bibi.Bibtex2XML
- public class Bibtex2XML
- extends Object
convert a bibtex file into an xml file.
- Author:
- Ute Platzer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bibtex2XML
public Bibtex2XML()
main
public static void main(String[] args)
throws IOException,
ParseException
- Throws:
IOException
ParseException
writeXML
public static void writeXML(String file,
Collection c)
throws IOException
- write an xml file with bibtex entries.
- Parameters:
file
- the name of the output filec
- the collection of Entry objects
- Throws:
IOException
Copyright ? 2002-2005 Ute Platzer. All Rights Reserved.