public class DBLPHelper
extends java.lang.Object
Constructor and Description |
---|
DBLPHelper() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
cleanDBLPQuery(java.lang.String query) |
java.util.List<BibtexEntry> |
getBibTexFromPage(java.lang.String page)
Takes an HTML file (as String) as input and extracts the bibtex
information.
|
public java.lang.String cleanDBLPQuery(java.lang.String query)
a
- string with the user querypublic java.util.List<BibtexEntry> getBibTexFromPage(java.lang.String page) throws DBLPParseException
html
- page as StringDBLPParseException