class: CommonTransformationInterface

public class: CommonTransformationInterface
Author: Friederike Kleinfercher (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1953 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:20:43; Modified: 16.07.2009 15:20:43;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4EE7AA47-FD3C-45c0-B052-70A942B40C1C}
Implementation of the transformation interface for citation formats.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: Transformation

See also: CommonTransformation, Util, Transformation

Appears in: commonPublicationFormats

Connections
 
Custom Properties
 
CommonTransformationInterface Attributes
Attribute Details
private CommonTransformation
  commonTrans
private const String
  EXPLAIN_FILE_NAME
Initial: "explain-transformations.xml"
private const String
  EXPLAIN_FILE_PATH
Initial: "transformations/commonPublicationFormats/"
private const Logger
  logger
Initial: Logger.getLogger(CommonTransformationInterface.class)
private Util
  util
 
CommonTransformationInterface Methods
Operation Details
private
bibtexTransform(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException
public
CommonTransformationInterface():
Sequential
Notes: Public constructor.
private
escidocTransform(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException
public
getSourceFormats():Format
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
getSourceFormats(
   Format trg):Format
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
getSourceFormatsAsXml():String
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
getTargetFormats(
   Format src):Format
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
getTargetFormatsAsXml(
   String srcFormatName,
   String srcType,
   String srcEncoding):String
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
transform(
   byte[] src,
   String srcFormatName,
   String srcType,
   String srcEncoding,
   String trgFormatName,
   String trgType,
   String trgEncoding,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException
Notes: {@inheritDoc}
public
transform(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException,RuntimeException
Notes: {@inheritDoc}
 
CommonTransformationInterface Tagged Values
Tag Value Notes
annotations @TransformationModule