Package net.loomchild.segment.srx.io
Class Srx2Transformer
java.lang.Object
net.loomchild.segment.srx.io.Srx2Transformer
- All Implemented Interfaces:
SrxTransformer
Represents SRX document transformer between SRX 2.0 and newest supported
version. As newest supported version is 2.0 so does no transformation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Srx2Transformer
public Srx2Transformer()
-
-
Method Details
-
transform
Copies SRX document from reader to writer without transformation.- Specified by:
transform
in interfaceSrxTransformer
- Parameters:
reader
- reader containing SRX documentwriter
- writer to write SRX documentparameterMap
- map containing transformation parameters, ignored
-
transform
Returns given reader without modification.- Specified by:
transform
in interfaceSrxTransformer
- Parameters:
reader
- reader containing SRX documentparameterMap
- map containing transformation parameters, ignored- Returns:
- reader
-