Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
static | tempGroup ($inputType, $outputType) |
![]() | |
static | supportedRuntimeEnvironmentSettings () |
![]() | |
$_filterGroup | |
$_settings = array() | |
![]() | |
$_errors = array() | |
$_input | |
$_inputType | |
$_output | |
$_outputType | |
$_runtimeEnvironment = false | |
![]() | |
$_data = array() | |
$_extractionAdaptersLoaded = false | |
$_hasLoadableAdapters = false | |
$_injectionAdaptersLoaded = false | |
$_metadataExtractionAdapters = array() | |
$_metadataInjectionAdapters = array() | |
Class that converts a Article to a PubMed XML document.
Definition at line 18 of file ArticlePubMedXmlFilter.inc.php.
ArticlePubMedXmlFilter::__construct | ( | $filterGroup | ) |
Constructor
$filterGroup | FilterGroup |
Reimplemented from PersistableFilter.
Definition at line 23 of file ArticlePubMedXmlFilter.inc.php.
ArticlePubMedXmlFilter::createJournalNode | ( | $doc, | |
$journal, | |||
$issue, | |||
$submission | |||
) |
Construct and return a Journal element.
$doc | DOMDocument |
$journal | Journal |
$issue | Issue |
$submission | Submission |
Definition at line 156 of file ArticlePubMedXmlFilter.inc.php.
References generatePubDateDom().
Referenced by process().
ArticlePubMedXmlFilter::generateAuthorNode | ( | $doc, | |
$journal, | |||
$issue, | |||
$submission, | |||
$author | |||
) |
Generate and return an author node representing the supplied author.
$doc | DOMDocument |
$journal | Journal |
$issue | Issue |
$submission | Submission |
$author | Author |
Definition at line 196 of file ArticlePubMedXmlFilter.inc.php.
Referenced by process().
ArticlePubMedXmlFilter::generatePubDateDom | ( | $doc, | |
$pubDate, | |||
$pubStatus | |||
) |
Generate and return a date element per the PubMed standard.
$doc | DOMDocument |
$pubDate | string |
$pubStatus | string |
Definition at line 219 of file ArticlePubMedXmlFilter.inc.php.
Referenced by createJournalNode(), and process().
ArticlePubMedXmlFilter::getClassName | ( | ) |
Return the fully qualified class name of the filter class. This information must be persisted when saving a filter so that the filter can later be reconstructed from the information in the database.
(This must be hard coded by sub-classes for PHP4 compatibility. PHP4 always returns class names lowercase which we cannot tolerate as we need this path to find the class on case sensitive file systems.)
Reimplemented from PersistableFilter.
Definition at line 34 of file ArticlePubMedXmlFilter.inc.php.
ArticlePubMedXmlFilter::getRepresentationExportFilterGroupName | ( | ) |
Get the representation export filter group name
Definition at line 46 of file ArticlePubMedXmlFilter.inc.php.
& ArticlePubMedXmlFilter::process | ( | & | $submissions | ) |
$submissions | array Array of submissions |
Reimplemented from Filter.
Definition at line 58 of file ArticlePubMedXmlFilter.inc.php.
References createJournalNode(), generateAuthorNode(), generatePubDateDom(), PKPLocale\get3LetterFrom2LetterIsoLanguage(), DAORegistry\getDAO(), and PKPString\html2text().