Operation |
Details |
public transformBibtexToEscidoc( byte[] src, Format srcFormat, Format trgFormat, String service):byte |
Sequential Tags: | throws=RuntimeException
| Notes: | Transformation bibtex to eSciDoc format. @return endnote as byte[] | |
public transformEndnoteToEscidoc( byte[] src, Format srcFormat, Format trgFormat, String service):byte |
Sequential Tags: | throws=RuntimeException
| Notes: | Transformation endnote to eSciDoc format. @return endnote as byte[] | |
public transformEscidocToBibtex( byte[] src, Format srcFormat, Format trgFormat, String service):byte |
Sequential Tags: | throws=TransformationNotSupportedException,RuntimeException
| Notes: | Transformation from esciDoc to bibtex format. @return bibtex as byte[] | |
public transformEscidocToEndnote( byte[] src, Format srcFormat, Format trgFormat, String service):byte |
Sequential Tags: | throws=RuntimeException
| Notes: | Transformation from eSciDoc to endnote format. @return endnote as byte[] | |