Operation |
Details |
public static createDocumentBuilder():DocumentBuilder |
Sequential Tags: | throws=ParserConfigurationException
| Notes: | Builds new DocumentBuilder @return DocumentBuilder | |
public explainFormats():String |
Sequential Tags: | throws=StructuredExportManagerException
| Notes: | (non-Javadoc) @see de.mpg.escidoc.services.exportmanager.StructuredExportHandler#explainFormats() | |
public getFormatsHash():HashMap |
Sequential Tags: | throws=StructuredExportManagerException
| Notes: | Generates HashMap of export formats where key is export format id and value is the name of XSLT file of the export implementation @return | |
public getFormatsList():String |
Sequential Tags: | throws=StructuredExportManagerException
| Notes: | (non-Javadoc) @see de.mpg.escidoc.services.exportmanager.StructuredExportHandler#getFormatsList() | |
public getOutput( String itemList, String exportFormat):byte |
Sequential Tags: | throws=StructuredExportXSLTNotFoundException,StructuredExportManagerException
| Notes: | ( Takes PubMan item-list and converts it to specified exportFormat. Uses XSLT. @see de.mpg.escidoc.services.endnotemanager.StructuredExportHandler#getOutputString(java.lang.String, java.lang.String) | |
private getResource( String fileName):InputStream |
Sequential Notes: | Gets resources according to an execution environment @return InputStream of resource | |
public isStructuredFormat( String exportFormat):boolean |
Sequential Tags: | throws=StructuredExportManagerException
| Notes: | (non-Javadoc) @see de.mpg.escidoc.services.structuredexportmanager.StructuredExportHandler#isStructuredFormat(java.lang.String) | |
public StructuredExport(): |
Sequential |