|
Open Preprint Systems
3.3.0
|
Public Member Functions | |
| __construct ($context, $plugin) | |
| getAINamespace () | |
| getCache () | |
| getContext () | |
| getJATSNamespace () | |
| getNamespace () | |
| getPlugin () | |
| getRELNamespace () | |
| getRootElementName () | |
| getSchemaFilename () | |
| getXmlSchemaInstance () | |
| getXmlSchemaLocation () | |
| getXmlSchemaVersion () | |
| setContext ($context) | |
| setPlugin ($plugin) | |
Data Fields | |
| $_context | |
| $_plugin | |
Base class configuring the crossref export process to an application's specifics.
Definition at line 29 of file CrossrefExportDeployment.inc.php.
| CrossrefExportDeployment::__construct | ( | $context, | |
| $plugin | |||
| ) |
Constructor
| $context | Context |
| $plugin | DOIPubIdExportPlugin |
Definition at line 51 of file CrossrefExportDeployment.inc.php.
References setContext(), and setPlugin().
| CrossrefExportDeployment::getAINamespace | ( | ) |
Get the access indicators namespace URN
Definition at line 111 of file CrossrefExportDeployment.inc.php.
| CrossrefExportDeployment::getCache | ( | ) |
Definition at line 42 of file CrossrefExportDeployment.inc.php.
| CrossrefExportDeployment::getContext | ( | ) |
Get the import/export context.
Definition at line 146 of file CrossrefExportDeployment.inc.php.
References $_context.
| CrossrefExportDeployment::getJATSNamespace | ( | ) |
Get the JATS namespace URN
Definition at line 103 of file CrossrefExportDeployment.inc.php.
| CrossrefExportDeployment::getNamespace | ( | ) |
| CrossrefExportDeployment::getPlugin | ( | ) |
Get the import/export plugin.
Definition at line 162 of file CrossrefExportDeployment.inc.php.
References $_plugin.
| CrossrefExportDeployment::getRELNamespace | ( | ) |
Get the relations namespace URN
Definition at line 119 of file CrossrefExportDeployment.inc.php.
| CrossrefExportDeployment::getRootElementName | ( | ) |
Get the root lement name
Definition at line 63 of file CrossrefExportDeployment.inc.php.
| CrossrefExportDeployment::getSchemaFilename | ( | ) |
Get the schema filename.
Definition at line 127 of file CrossrefExportDeployment.inc.php.
References getXmlSchemaLocation().
| CrossrefExportDeployment::getXmlSchemaInstance | ( | ) |
Get the schema instance URN
Definition at line 79 of file CrossrefExportDeployment.inc.php.
| CrossrefExportDeployment::getXmlSchemaLocation | ( | ) |
Get the schema location URL
Definition at line 95 of file CrossrefExportDeployment.inc.php.
Referenced by getSchemaFilename().
| CrossrefExportDeployment::getXmlSchemaVersion | ( | ) |
Get the schema version
Definition at line 87 of file CrossrefExportDeployment.inc.php.
| CrossrefExportDeployment::setContext | ( | $context | ) |
Set the import/export context.
| $context | Context |
Definition at line 138 of file CrossrefExportDeployment.inc.php.
Referenced by __construct().
| CrossrefExportDeployment::setPlugin | ( | $plugin | ) |
Set the import/export plugin.
| $plugin | ImportExportPlugin |
Definition at line 154 of file CrossrefExportDeployment.inc.php.
Referenced by __construct().
| Context CrossrefExportDeployment::$_context |
The current import/export context
Definition at line 34 of file CrossrefExportDeployment.inc.php.
Referenced by getContext().
| Plugin CrossrefExportDeployment::$_plugin |
The current import/export plugin
Definition at line 40 of file CrossrefExportDeployment.inc.php.
Referenced by getPlugin().