|
Open Monograph Press
3.3.0
|
Additional Inherited Members | |
Static Public Member Functions inherited from PersistableFilter | |
| static | tempGroup ($inputType, $outputType) |
Static Public Member Functions inherited from Filter | |
| static | supportedRuntimeEnvironmentSettings () |
Data Fields inherited from NativeImportExportFilter | |
| $_deployment | |
Data Fields inherited from PersistableFilter | |
| $_filterGroup | |
| $_settings = array() | |
Data Fields inherited from Filter | |
| $_errors = array() | |
| $_input | |
| $_inputType | |
| $_output | |
| $_outputType | |
| $_runtimeEnvironment = false | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Class that converts a Native XML document to a set of monographs.
Definition at line 18 of file NativeXmlMonographFilter.inc.php.
| NativeXmlMonographFilter::__construct | ( | $filterGroup | ) |
Constructor
| $filterGroup | FilterGroup |
Reimplemented from NativeXmlSubmissionFilter.
Definition at line 23 of file NativeXmlMonographFilter.inc.php.
| NativeXmlMonographFilter::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 NativeXmlSubmissionFilter.
Definition at line 34 of file NativeXmlMonographFilter.inc.php.
| NativeXmlMonographFilter::getImportFilter | ( | $elementName | ) |
Get the import filter for a given element.
| $elementName | string Name of XML element |
Reimplemented from NativeXmlSubmissionFilter.
Definition at line 97 of file NativeXmlMonographFilter.inc.php.
References DAORegistry\getDAO(), and NativeImportExportFilter\getDeployment().
Referenced by parsePublication().
| NativeXmlMonographFilter::handleChildElement | ( | $n, | |
| $submission | |||
| ) |
Handle an element whose parent is the submission element.
| $n | DOMElement |
| $submission | Submission |
Reimplemented from NativeXmlSubmissionFilter.
Definition at line 78 of file NativeXmlMonographFilter.inc.php.
References parsePublication(), and NativeXmlSubmissionFilter\parseSubmissionFile().
| NativeXmlMonographFilter::parsePublication | ( | $n, | |
| $submission | |||
| ) |
Parse a publication format and add it to the submission.
| $n | DOMElement |
| $submission | Submission |
Reimplemented from NativeXmlSubmissionFilter.
Definition at line 130 of file NativeXmlMonographFilter.inc.php.
References PKPApplication\get(), NativeImportExportFilter\getDeployment(), and getImportFilter().
Referenced by handleChildElement().
| NativeXmlMonographFilter::populateObject | ( | $submission, | |
| $node | |||
| ) |
Populate the submission object from the node
| $submission | Submission |
| $node | DOMElement |
Reimplemented from NativeXmlSubmissionFilter.
Definition at line 64 of file NativeXmlMonographFilter.inc.php.
References NativeImportExportFilter\getDeployment().
| & NativeXmlMonographFilter::process | ( | & | $document | ) |
| $document | DOMDocument|string |
Reimplemented from NativeImportFilter.
Definition at line 43 of file NativeXmlMonographFilter.inc.php.
References Application\getSubmissionSearchIndex().