Bibi
19 Oct 2005 21:04

ujap.bibi
Class Bibtex2XML

java.lang.Object
  extended byujap.bibi.Bibtex2XML

public class Bibtex2XML
extends Object

convert a bibtex file into an xml file.

Author:
Ute Platzer

Constructor Summary
Bibtex2XML()
           
 
Method Summary
static void main(String[] args)
           
static void writeXML(String file, Collection c)
          write an xml file with bibtex entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bibtex2XML

public Bibtex2XML()
Method Detail

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 file
c - the collection of Entry objects
Throws:
IOException

Bibi
19 Oct 2005 21:04

Copyright ? 2002-2005 Ute Platzer. All Rights Reserved.