ca.quine.jcommons.transform.transforms
Class XMLSegmentTransform

java.lang.Object
  |
  +--ca.quine.jcommons.transform.transforms.XMLSegmentTransform
All Implemented Interfaces:
IParsedLineListener

public class XMLSegmentTransform
extends Object
implements IParsedLineListener


Constructor Summary
XMLSegmentTransform(String mappingFile)
           
 
Method Summary
 void addTransformListener(IXMLSegmentListener listener)
           
 void complete()
           
 void transform(ParsedLine parsedLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSegmentTransform

public XMLSegmentTransform(String mappingFile)
                    throws IOException,
                           GraphException
Method Detail

addTransformListener

public void addTransformListener(IXMLSegmentListener listener)

transform

public void transform(ParsedLine parsedLine)
               throws Exception
Specified by:
transform in interface IParsedLineListener
Exception

complete

public void complete()
              throws Exception
Specified by:
complete in interface IParsedLineListener
Exception