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