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() | |
Base class that converts a Native XML document to a set of publications.
Definition at line 18 of file NativeXmlPKPPublicationFilter.inc.php.
NativeXmlPKPPublicationFilter::__construct | ( | $filterGroup | ) |
Constructor
$filterGroup | FilterGroup |
Reimplemented from NativeImportFilter.
Definition at line 23 of file NativeXmlPKPPublicationFilter.inc.php.
References Filter\setDisplayName().
NativeXmlPKPPublicationFilter::_getControlledVocabulariesMappings | ( | ) |
Get node name to DAO and insert function mapping.
Definition at line 277 of file NativeXmlPKPPublicationFilter.inc.php.
Referenced by handleChildElement().
NativeXmlPKPPublicationFilter::_getLocalizedPublicationFields | ( | ) |
Get node name to setter function mapping for localized data.
Definition at line 259 of file NativeXmlPKPPublicationFilter.inc.php.
Referenced by handleChildElement().
NativeXmlPKPPublicationFilter::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.
Reimplemented in NativeXmlPublicationFilter.
Definition at line 35 of file NativeXmlPKPPublicationFilter.inc.php.
NativeXmlPKPPublicationFilter::getImportFilter | ( | $elementName | ) |
Get the import filter for a given element.
$elementName | string Name of XML element |
Reimplemented in NativeXmlPublicationFilter.
Definition at line 299 of file NativeXmlPKPPublicationFilter.inc.php.
NativeXmlPKPPublicationFilter::getPluralElementName | ( | ) |
Return the plural element name
Reimplemented from NativeImportFilter.
Definition at line 47 of file NativeXmlPKPPublicationFilter.inc.php.
NativeXmlPKPPublicationFilter::getRepresentationExportFilterGroupName | ( | ) |
Get the representation export filter group name
Definition at line 290 of file NativeXmlPKPPublicationFilter.inc.php.
NativeXmlPKPPublicationFilter::getSingularElementName | ( | ) |
Get the singular element name
Reimplemented from NativeImportFilter.
Definition at line 55 of file NativeXmlPKPPublicationFilter.inc.php.
NativeXmlPKPPublicationFilter::handleChildElement | ( | $n, | |
$publication | |||
) |
Handle an element whose parent is the publication element.
$n | DOMElement |
$publication | PKPPublication |
Reimplemented in NativeXmlPublicationFilter.
Definition at line 124 of file NativeXmlPKPPublicationFilter.inc.php.
References _getControlledVocabulariesMappings(), _getLocalizedPublicationFields(), PKPServices\get(), DAORegistry\getDAO(), NativeImportExportFilter\getDeployment(), parseAuthors(), parseCitations(), parseIdentifier(), and NativeImportFilter\parseLocalizedContent().
Referenced by handleElement().
NativeXmlPKPPublicationFilter::handleElement | ( | $node | ) |
Handle a singular element import.
$node | DOMElement |
Reimplemented from NativeImportFilter.
Reimplemented in NativeXmlPublicationFilter.
Definition at line 63 of file NativeXmlPKPPublicationFilter.inc.php.
References PKPServices\get(), PKPApplication\get(), DAORegistry\getDAO(), NativeImportExportFilter\getDeployment(), handleChildElement(), and populateObject().
NativeXmlPKPPublicationFilter::parseAuthor | ( | $n, | |
$publication | |||
) |
Parse an author and add it to the submission.
$n | DOMElement |
$publication | Publication |
Definition at line 229 of file NativeXmlPKPPublicationFilter.inc.php.
References DAORegistry\getDAO(), and NativeImportExportFilter\getDeployment().
Referenced by parseAuthors().
NativeXmlPKPPublicationFilter::parseAuthors | ( | $node, | |
$publication | |||
) |
Parse an authors element
$node | DOMElement |
$publication | PKPPublication |
Definition at line 215 of file NativeXmlPKPPublicationFilter.inc.php.
References parseAuthor().
Referenced by handleChildElement().
NativeXmlPKPPublicationFilter::parseCitations | ( | $n, | |
$publication | |||
) |
Parse a publication citation and add it to the publication.
$n | DOMElement |
$publication | PKPPublication |
Definition at line 245 of file NativeXmlPKPPublicationFilter.inc.php.
References DAORegistry\getDAO().
Referenced by handleChildElement().
NativeXmlPKPPublicationFilter::parseIdentifier | ( | $element, | |
$publication | |||
) |
Parse an identifier node and set up the publication object accordingly
$element | DOMElement |
$publication | PKPPublication |
Definition at line 182 of file NativeXmlPKPPublicationFilter.inc.php.
References NativeImportExportFilter\getDeployment(), and PluginRegistry\loadCategory().
Referenced by handleChildElement().
NativeXmlPKPPublicationFilter::populateObject | ( | $publication, | |
$node | |||
) |
Populate the entity object from the node
$publication | PKPPublication |
$node | DOMElement |
Reimplemented in NativeXmlPublicationFilter.
Definition at line 110 of file NativeXmlPKPPublicationFilter.inc.php.
Referenced by handleElement().