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