Property | Type | Description | |
---|---|---|---|
$_context | The current import/export context | ||
$_issue | Issue | ||
$_plugin | The current import/export plugin |
Method | Description | |
---|---|---|
__construct ( $context, $plugin ) | Constructor | |
getAINamespace ( ) : string | Get the access indicators namespace URN | |
getCache ( ) | ||
getContext ( ) : Context | Get the import/export context. | |
getIssue ( ) : Issue | Get the import/export issue. | |
getJATSNamespace ( ) : string | Get the JATS namespace URN | |
getNamespace ( ) : string | Get the namespace URN | |
getPlugin ( ) : ImportExportPlugin | Get the import/export plugin. | |
getRootElementName ( ) : string | Get the root lement name | |
getSchemaFilename ( ) : string | Get the schema filename. | |
getXmlSchemaInstance ( ) : string | Get the schema instance URN | |
getXmlSchemaLocation ( ) : string | Get the schema location URL | |
getXmlSchemaVersion ( ) : string | Get the schema version | |
setContext ( $context ) | Set the import/export context. | |
setIssue ( $issue ) | Set the import/export issue. | |
setPlugin ( $plugin ) | Set the import/export plugin. |
public __construct ( $context, $plugin ) | ||
$context | Context | |
$plugin | DOIPubIdExportPlugin |
public getAINamespace ( ) : string | ||
return | string |
public getContext ( ) : Context | ||
return | Context |
public getJATSNamespace ( ) : string | ||
return | string |
public getPlugin ( ) : ImportExportPlugin | ||
return | ImportExportPlugin |
public getRootElementName ( ) : string | ||
return | string |
public getSchemaFilename ( ) : string | ||
return | string |
public getXmlSchemaInstance ( ) : string | ||
return | string |
public getXmlSchemaLocation ( ) : string | ||
return | string |
public getXmlSchemaVersion ( ) : string | ||
return | string |
public setContext ( $context ) | ||
$context | Context |
public setPlugin ( $plugin ) | ||
$plugin | ImportExportPlugin |