Operation |
Details |
public static bibtexDecode( String text):String |
Sequential Notes: | Translates from BibTeX to normalized UTF-8. @return A UTF-8 encoded string. | |
private static deEscapeCharacter( String text, String character):String |
Sequential |
public static deEscapeCharacters( String text):String |
Sequential Notes: | Replaces all BibTeX encoded special characters with UTF-8. @return A UTF-8 encoded string. | |
public static fillSourcePages( String pagesString, SourceVO sourceVO):void |
Sequential Notes: | Parses a string containing information about start and end page. @link SourceVO} where the pages information should be added. | |
public static getGenreMapping():Map |
Sequential |
public static parseMonth( String monthString):String |
Sequential Notes: | Parses a given string into a valid month. @return A string containing a month in eSciDoc format. | |
public static setGenreMapping( Map genreMapping):void |
Sequential |
public static stripBraces( String text):String |
Sequential Notes: | Extracts all braces "{}" from BibTeX encoded strings. @return A string without braces. | |