Operation |
Details |
package explainFormats():String |
Sequential Tags: | throws=StructuredExportManagerException,IOException
| Notes: | This method provides XML formatted output of the supported export formats (structured formats). The XML formatted output of the citation styles is created in accordance with the explain_formats.xsd. | |
package getFormatsList():String |
Sequential Tags: | throws=StructuredExportManagerException
| Notes: | This method provides list of structured export formats. | |
package getOutput( String itemList, String exportFormat):byte |
Sequential Tags: | throws=StructuredExportXSLTNotFoundException,StructuredExportManagerException
| Notes: | Returns data presenting the items in structured format. | |
package isStructuredFormat( String exportFormat):boolean |
Sequential Tags: | throws=StructuredExportManagerException
| Notes: | This method returns <code>true</code> if exportFormat is in the list of the structured exports, <code>false</code> otherwise. | |