Method | Description | |
---|---|---|
DumpCounter ( ) : void | ||
ExtractCitationJSON ( Field field ) : string | ||
ExtractCitationJSON ( string fieldCodeText ) : string | ||
ExtractSources ( Docear4Word.JSInlineCitation inlineCitation, BibTexDatabase currentDatabase ) : List |
||
GetAuthorProcessorControl ( Docear4Word.JSInlineCitationItem inlineCitationItem ) : AuthorProcessorControl | ||
GetCitationJSONStart ( string fieldCodeText ) : int | ||
GetClassificationForType ( string entryType ) : BibtexClassificationType | ||
IsDateTag ( string name ) : bool | ||
IsPersonTag ( string name ) : bool | ||
LogUnexpectedException ( string message, |
||
ParseMonth ( string text ) : int | ||
ShowCorruptBibtexDatabaseMessage ( string filename ) : void |
public static ExtractCitationJSON ( Field field ) : string | ||
field | Field | |
return | string |
public static ExtractCitationJSON ( string fieldCodeText ) : string | ||
fieldCodeText | string | |
return | string |
public static ExtractSources ( Docear4Word.JSInlineCitation inlineCitation, BibTexDatabase currentDatabase ) : List |
||
inlineCitation | Docear4Word.JSInlineCitation | |
currentDatabase | BibTexDatabase | |
return | List |
public static GetAuthorProcessorControl ( Docear4Word.JSInlineCitationItem inlineCitationItem ) : AuthorProcessorControl | ||
inlineCitationItem | Docear4Word.JSInlineCitationItem | |
return | AuthorProcessorControl |
public static GetCitationJSONStart ( string fieldCodeText ) : int | ||
fieldCodeText | string | |
return | int |
public static GetClassificationForType ( string entryType ) : BibtexClassificationType | ||
entryType | string | |
return | BibtexClassificationType |
public static IsDateTag ( string name ) : bool | ||
name | string | |
return | bool |
public static IsPersonTag ( string name ) : bool | ||
name | string | |
return | bool |
public static LogUnexpectedException ( string message, |
||
message | string | |
ex | ||
return | void |
public static ParseMonth ( string text ) : int | ||
text | string | |
return | int |
public static ShowCorruptBibtexDatabaseMessage ( string filename ) : void | ||
filename | string | |
return | void |