BibtexParser Class Reference
Bibtex parsing class. More...
Public Member Functions | |
| __construct ($content) | |
| __destruct () | |
Public Attributes | |
| $items = array() | |
Private Member Functions | |
| parse () | |
| nextItem () | |
| getItemType () | |
| getItemID () | |
| getItemProperty () | |
| fixFormatIssues () | |
Private Attributes | |
| $fileContent = "" | |
| $cursor = 0 | |
Detailed Description
Bibtex parsing class.
Definition at line 29 of file BibtexParser.php.
Constructor & Destructor Documentation
| BibtexParser::__construct | ( | $ | content | ) |
Definition at line 35 of file BibtexParser.php.
References fixFormatIssues(), and parse().
Here is the call graph for this function:

| BibtexParser::__destruct | ( | ) |
Definition at line 51 of file BibtexParser.php.
Member Function Documentation
| BibtexParser::fixFormatIssues | ( | ) | [private] |
| BibtexParser::getItemID | ( | ) | [private] |
| BibtexParser::getItemProperty | ( | ) | [private] |
| BibtexParser::getItemType | ( | ) | [private] |
| BibtexParser::nextItem | ( | ) | [private] |
| BibtexParser::parse | ( | ) | [private] |
Definition at line 53 of file BibtexParser.php.
References getItemID(), getItemProperty(), getItemType(), and nextItem().
Referenced by __construct().
Here is the call graph for this function:

Member Data Documentation
BibtexParser::$cursor = 0 [private] |
Definition at line 33 of file BibtexParser.php.
BibtexParser::$fileContent = "" [private] |
Definition at line 32 of file BibtexParser.php.
| BibtexParser::$items = array() |
Definition at line 31 of file BibtexParser.php.
The documentation for this class was generated from the following file:
