maito.datacollecting.dcxml
Class OAICiteseerTransformer

java.lang.Object
  extended by maito.datacollecting.dcxml.OAICiteseerTransformer
All Implemented Interfaces:
Transformer

public class OAICiteseerTransformer
extends java.lang.Object
implements Transformer

A class that implements the generic DC XML transformation with oai_citeseer type name handling heuristics and extra tags Null values in source data aren't inserted to the constructed record.

Version:
1.0
Author:
Väinö Ala-Härkönen

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

Constructor Detail

OAICiteseerTransformer

public OAICiteseerTransformer()
Method Detail

transform

public Record transform(Record record)
                 throws TransformException
Specified by:
transform in interface Transformer
Parameters:
record - A record object that represents a record in a format that the implementing Tranformer is able to transform.
Returns:
Returns a Record object that is transformed to the unified record format that this program uses.
Throws:
TransformException