class: TEITransformation

public class: TEITransformation
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:56; Modified: 16.07.2009 15:20:56;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {AFFD8CF4-E252-46fe-96B9-86EA9CE459B3}
 

Goto: Custom Properties, Fields, Methods

See also: Format, Format, Format

Appears in: tei

Connections
 
Custom Properties
 
TEITransformation Attributes
Attribute Details
private static const Format
  ESCIDOC_COMPONENT_FORMAT
Initial: new Format("eSciDoc-publication-component", "application/xml", "*")
private static const Format
  ESCIDOC_ITEM_FORMAT
Initial: new Format("eSciDoc-publication-item", "application/xml", "*")
private static const Format
  ESCIDOC_ITEM_LIST_FORMAT
Initial: new Format("eSciDoc-publication-item-list", "application/xml", "*")
private Logger
  logger
Initial: Logger.getLogger(getClass())
 
TEITransformation Methods
Operation Details
public
transform(
   byte[] src,
   Format trgFormat):byte
Sequential
Notes: (non-Javadoc)
@see de.mpg.escidoc.services.transformation.Transformation#transform(byte[], de.mpg.escidoc.services.transformation.valueObjects.Format, de.mpg.escidoc.services.transformation.valueObjects.Format, java.lang.String)
public
transform(
   byte[] arg0,
   String arg1,
   String arg2,
   String arg3):byte
Sequential
Tags: throws=TransformationNotSupportedException,RuntimeException
Notes: (non-Javadoc)
@see de.mpg.escidoc.services.transformation.Transformation#transform(byte[], java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)