|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBiblRisFileReader. More...
Inheritance diagram for ilBiblTexFileReader:
Collaboration diagram for ilBiblTexFileReader: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 () | |
| @inheritDoc More... | |
Public Member Functions inherited from ilBiblFileReaderInterface | |
| readContent ($path_to_file) | |
| parseContent () | |
| getEntryFactory () | |
| getFieldFactory () | |
| getAttributeFactory () | |
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 73 of file class.ilBiblTexFileReader.php.
References $result, ilBiblFileReaderBase\getFileContent(), removeBomUtf8(), and ilBiblFileReaderBase\setFileContent().
Referenced by parseContent().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblTexFileReader::parseContent | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 20 of file class.ilBiblTexFileReader.php.
References $key, convertBibSpecialChars(), ilBiblFileReaderBase\getFileContent(), normalizeContent(), and PREG_SPLIT_DELIM_CAPTURE.
Here is the call graph for this function:
|
protected |
| $s |
Definition at line 174 of file class.ilBiblTexFileReader.php.
References $s.
Referenced by normalizeContent().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 14 of file class.ilBiblTexFileReader.php.