Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
static | tempGroup ($inputType, $outputType) |
![]() | |
static | supportedRuntimeEnvironmentSettings () |
![]() | |
$_deployment | |
![]() | |
$_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 Native XML document to a set of articles.
Definition at line 18 of file NativeXmlPublicationFilter.inc.php.
NativeXmlPublicationFilter::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 NativeXmlPKPPublicationFilter.
Definition at line 25 of file NativeXmlPublicationFilter.inc.php.
NativeXmlPublicationFilter::getImportFilter | ( | $elementName | ) |
Get the import filter for a given element.
$elementName | string Name of XML element |
Reimplemented from NativeXmlPKPPublicationFilter.
Definition at line 114 of file NativeXmlPublicationFilter.inc.php.
References DAORegistry\getDAO(), and NativeImportExportFilter\getDeployment().
Referenced by parseArticleGalley().
NativeXmlPublicationFilter::handleChildElement | ( | $n, | |
$publication | |||
) |
Handle an element whose parent is the submission element.
$n | DOMElement |
$publication | Publication |
Reimplemented from NativeXmlPKPPublicationFilter.
Definition at line 88 of file NativeXmlPublicationFilter.inc.php.
References parseArticleGalley().
NativeXmlPublicationFilter::handleElement | ( | $node | ) |
Handle an Article import. The Article must have a valid section in order to be imported
$node | DOMElement |
Reimplemented from NativeXmlPKPPublicationFilter.
Definition at line 34 of file NativeXmlPublicationFilter.inc.php.
References DAORegistry\getDAO(), and NativeImportExportFilter\getDeployment().
NativeXmlPublicationFilter::parseArticleGalley | ( | $n, | |
$publication | |||
) |
Parse an article galley and add it to the publication.
$n | DOMElement |
$publication | Publication |
Definition at line 138 of file NativeXmlPublicationFilter.inc.php.
References NativeImportExportFilter\getDeployment(), and getImportFilter().
Referenced by handleChildElement().
NativeXmlPublicationFilter::parseIssueIdentification | ( | $publication, | |
$node | |||
) |
Get the issue from the given identification.
$node | DOMElement |
Definition at line 184 of file NativeXmlPublicationFilter.inc.php.
References DAORegistry\getDAO(), NativeImportExportFilter\getDeployment(), and NativeImportFilter\parseLocalizedContent().
Referenced by populatePublishedPublication().
NativeXmlPublicationFilter::populateObject | ( | $publication, | |
$node | |||
) |
Populate the submission object from the node, checking first for a valid section and published_date/issue relationship
$publication | Publication |
$node | DOMElement |
Reimplemented from NativeXmlPKPPublicationFilter.
Definition at line 55 of file NativeXmlPublicationFilter.inc.php.
References DAORegistry\getDAO(), NativeImportExportFilter\getDeployment(), and populatePublishedPublication().
NativeXmlPublicationFilter::populatePublishedPublication | ( | $publication, | |
$node | |||
) |
Class-specific methods for published publication.
$publication | Publication | |
DOMElement | $node |
Definition at line 154 of file NativeXmlPublicationFilter.inc.php.
References NativeImportExportFilter\getDeployment(), and parseIssueIdentification().
Referenced by populateObject().