ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBiblRisFileReader. More...
Public Member Functions | |
parseContent () | |
| |
Public Member Functions inherited from ilBiblFileReaderBase | |
__construct (ilBiblEntryFactoryInterface $entry_factory, ilBiblFieldFactoryInterface $field_factory, ilBiblAttributeFactoryInterface $attribute_factory) | |
ilBiblFileReaderBase constructor. More... | |
getFileContent () | |
setFileContent ($file_content) | |
getPathToFile () | |
setPathToFile ($path_to_file) | |
getEntryFactory () | |
| |
getFieldFactory () | |
| |
getAttributeFactory () | |
Public Member Functions inherited from ilBiblFileReaderInterface | |
readContent ($path_to_file) | |
Protected Member Functions | |
normalizeContent () | |
convertBibSpecialChars () | |
removeBomUtf8 ($s) | |
Protected Member Functions inherited from ilBiblFileReaderBase | |
convertStringToUTF8 ($string) | |
Static Protected Attributes | |
static | $ignored_keywords = array( 'Preamble' ) |
Additional Inherited Members | |
Data Fields inherited from ilBiblFileReaderBase | |
const | ATTRIBUTE_VALUE_MAXIMAL_TEXT_LENGTH = 4000 |
const | ENCODING_UTF_8 = 'UTF-8' |
const | ENCODING_ASCII = 'ASCII' |
const | ENCODING_ISO_8859_1 = 'ISO-8859-1' |
Protected Attributes inherited from ilBiblFileReaderBase | |
$file_content = '' | |
$path_to_file = '' | |
$entry_factory | |
$field_factory | |
$attribute_factory | |
Class ilBiblRisFileReader.
Definition at line 8 of file class.ilBiblTexFileReader.php.
|
protected |
Definition at line 104 of file class.ilBiblTexFileReader.php.
References ilBiblFileReaderBase\getFileContent(), and ilBiblFileReaderBase\setFileContent().
Referenced by parseContent().
|
protected |
Definition at line 73 of file class.ilBiblTexFileReader.php.
References $result, ilBiblFileReaderBase\getFileContent(), removeBomUtf8(), and ilBiblFileReaderBase\setFileContent().
Referenced by parseContent().
ilBiblTexFileReader::parseContent | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 20 of file class.ilBiblTexFileReader.php.
References $key, convertBibSpecialChars(), ilBiblFileReaderBase\getFileContent(), and normalizeContent().
|
protected |
$s |
Definition at line 174 of file class.ilBiblTexFileReader.php.
References $s.
Referenced by normalizeContent().
|
staticprotected |
Definition at line 14 of file class.ilBiblTexFileReader.php.