maito.datacollecting.dcxml
Class DCXMLTransformWorker

java.lang.Object
  extended by maito.datacollecting.dcxml.DCXMLTransformWorker

public class DCXMLTransformWorker
extends java.lang.Object

DCXMLTransformWorker A class that implements the functionality for DC XML and oai_citeseer transformations.

Version:
2.5
Author:
Väinö Ala-Härkönen, Tuomas Tanner, Reima Halmetoja

Method Summary
protected static Record transform(Record record, int dataType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transform

protected static Record transform(Record record,
                                  int dataType)
Parameters:
record - A record object that represents a record in Dublin Core 1.1 Simple plus possible Qualified extensions plus possible oai_citeseer extensions laid out in the specifications. Keys of the fields must be in format dc:dcFieldName (or oai:oaiFieldName)
dataType - Type of the source: see constants in Tools-class
Returns:
Returns a Record object containing data that is transformed to the unified record format that this program uses.