nu.staldal.lagoon.core
Class Transform

java.lang.Object
  extended by nu.staldal.lagoon.core.Producer
      extended by nu.staldal.lagoon.core.XMLStreamConsumer
          extended by nu.staldal.lagoon.core.Transform
All Implemented Interfaces:
ProducerInterface, XMLStreamProducer

public abstract class Transform
extends XMLStreamConsumer
implements XMLStreamProducer

Produces an XML stream from another XML stream.


Constructor Summary
Transform()
           
 
Method Summary
 
Methods inherited from class nu.staldal.lagoon.core.XMLStreamConsumer
getNext
 
Methods inherited from class nu.staldal.lagoon.core.Producer
afterBuild, beforeBuild, destroy, getContext, getEntryName, getObjectFromRepository, getParam, getParamNames, getPosition, getSourceMan, putObjectIntoRepository, readFileFromRepository, storeFileInRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nu.staldal.lagoon.core.XMLStreamProducer
start
 
Methods inherited from interface nu.staldal.lagoon.core.ProducerInterface
destroy, hasBeenUpdated, init
 

Constructor Detail

Transform

public Transform()