Operation |
Details |
package explainStyles():String |
Sequential Tags: | throws=IllegalArgumentException,IOException,CitationStyleManagerException
| Notes: | This method provides XML formatted output of the citation styles (layout formats) with their supported output file formats. The XML formatted output of the citation styles is created in accordance with the explain_styles.xsd. | |
package getMimeType( String cs, String ouf):String |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | Returns the mime-type for output format of the citation style @return mime-type, or <code>null</code>, if no <code>mime-type</code> has been found | |
package getOutput( String citationStyle, String ouputFormat, String itemList):byte |
Sequential Tags: | throws=IOException,JRException,CitationStyleManagerException
| Notes: | This method provides the formatted output in the desired citation style. @param outputFormat Identifier (i.e. the name) of the output file format. | |
package getOutputFormats( String cs):String |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | The method returns the list of available output formats for citation style <code>cs</code> @return list of available output formats | |
package getStyles():String |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | The method returns the list of the available citation styles | |
package isCitationStyle( String cs):boolean |
Sequential Tags: | throws=CitationStyleManagerException
| Notes: | This method returns <code>true</code> if citationStyle is in the list of the citation styles, <code>false</code> otherwise. | |