Package de.undercouch.citeproc.endnote
Class EndNoteParser
- java.lang.Object
-
- de.undercouch.citeproc.endnote.EndNoteParser
-
public class EndNoteParser extends Object
Parses EndNote library files- Author:
- Michel Kraemer
-
-
Constructor Summary
Constructors Constructor Description EndNoteParser()
-
-
-
Method Detail
-
parse
public EndNoteLibrary parse(Reader r) throws IOException
Parses EndNote library files- Parameters:
r- the reader that provides the input to parse- Returns:
- the parsed EndNote library
- Throws:
IOException- if the input could not be read
-
-