Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($context, $plugin) | |
getAINamespace () | |
getCache () | |
getContext () | |
getIssue () | |
getJATSNamespace () | |
getNamespace () | |
getPlugin () | |
getRootElementName () | |
getSchemaFilename () | |
getXmlSchemaInstance () | |
getXmlSchemaLocation () | |
getXmlSchemaVersion () | |
setContext ($context) | |
setIssue ($issue) | |
setPlugin ($plugin) | |
Data Fields | |
$_context | |
$_issue | |
$_plugin | |
Base class configuring the crossref export process to an application's specifics.
Definition at line 28 of file CrossrefExportDeployment.inc.php.
CrossrefExportDeployment::__construct | ( | $context, | |
$plugin | |||
) |
Constructor
$context | Context |
$plugin | DOIPubIdExportPlugin |
Definition at line 56 of file CrossrefExportDeployment.inc.php.
References setContext(), and setPlugin().
CrossrefExportDeployment::getAINamespace | ( | ) |
Get the access indicators namespace URN
Definition at line 116 of file CrossrefExportDeployment.inc.php.
CrossrefExportDeployment::getCache | ( | ) |
Definition at line 47 of file CrossrefExportDeployment.inc.php.
CrossrefExportDeployment::getContext | ( | ) |
Get the import/export context.
Definition at line 143 of file CrossrefExportDeployment.inc.php.
References $_context.
CrossrefExportDeployment::getIssue | ( | ) |
Get the import/export issue.
Definition at line 175 of file CrossrefExportDeployment.inc.php.
References $_issue.
CrossrefExportDeployment::getJATSNamespace | ( | ) |
Get the JATS namespace URN
Definition at line 108 of file CrossrefExportDeployment.inc.php.
CrossrefExportDeployment::getNamespace | ( | ) |
CrossrefExportDeployment::getPlugin | ( | ) |
Get the import/export plugin.
Definition at line 159 of file CrossrefExportDeployment.inc.php.
References $_plugin.
CrossrefExportDeployment::getRootElementName | ( | ) |
Get the root lement name
Definition at line 68 of file CrossrefExportDeployment.inc.php.
CrossrefExportDeployment::getSchemaFilename | ( | ) |
Get the schema filename.
Definition at line 124 of file CrossrefExportDeployment.inc.php.
References getXmlSchemaLocation().
CrossrefExportDeployment::getXmlSchemaInstance | ( | ) |
Get the schema instance URN
Definition at line 84 of file CrossrefExportDeployment.inc.php.
CrossrefExportDeployment::getXmlSchemaLocation | ( | ) |
Get the schema location URL
Definition at line 100 of file CrossrefExportDeployment.inc.php.
Referenced by getSchemaFilename().
CrossrefExportDeployment::getXmlSchemaVersion | ( | ) |
Get the schema version
Definition at line 92 of file CrossrefExportDeployment.inc.php.
CrossrefExportDeployment::setContext | ( | $context | ) |
Set the import/export context.
$context | Context |
Definition at line 135 of file CrossrefExportDeployment.inc.php.
Referenced by __construct().
CrossrefExportDeployment::setIssue | ( | $issue | ) |
Set the import/export issue.
$issue | Issue |
Definition at line 167 of file CrossrefExportDeployment.inc.php.
CrossrefExportDeployment::setPlugin | ( | $plugin | ) |
Set the import/export plugin.
$plugin | ImportExportPlugin |
Definition at line 151 of file CrossrefExportDeployment.inc.php.
Referenced by __construct().
Context CrossrefExportDeployment::$_context |
The current import/export context
Definition at line 33 of file CrossrefExportDeployment.inc.php.
Referenced by getContext().
Issue CrossrefExportDeployment::$_issue |
Definition at line 45 of file CrossrefExportDeployment.inc.php.
Referenced by getIssue().
Plugin CrossrefExportDeployment::$_plugin |
The current import/export plugin
Definition at line 39 of file CrossrefExportDeployment.inc.php.
Referenced by getPlugin().