class: CitationTransformationInterface

public class: CitationTransformationInterface
Author: Friederike Kleinfercher (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1988 $ $LastChangedDate: 2009-05-18 16:; Complexity: 1
Dates: Created: 16.07.2009 15:20:41; Modified: 16.07.2009 15:20:41;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {17C56E0F-88ED-4a5e-A9BB-9CFC3296D5C2}
Implementation of the transformation interface for citation formats.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: Transformation

See also: Util, Transformation

Appears in: citationFormats

Connections
 
Custom Properties
 
CitationTransformationInterface Attributes
Attribute Details
private const String
  EXPLAIN_FILE_NAME
Initial: "explain-transformations.xml"
private const String
  EXPLAIN_FILE_PATH
Initial: "transformations/citations/"
private const Logger
  logger
Initial: Logger.getLogger(CitationTransformationInterface.class)
private Util
  util
 
CitationTransformationInterface Methods
Operation Details
public
CitationTransformationInterface():
Sequential
Notes: Public constructor.
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}
 
CitationTransformationInterface Tagged Values
Tag Value Notes
annotations @TransformationModule