maito.datacollecting.dcxml
Class DCXMLTransformer

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

public class DCXMLTransformer
extends java.lang.Object
implements Transformer

A class that implements the generic DC XML transformation with specified generic actor name heuristics Null values in source data aren't inserted to the constructed record.

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

Constructor Summary
DCXMLTransformer()
           
 
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

DCXMLTransformer

public DCXMLTransformer()
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