nu.staldal.lagoon.core
Class XMLStreamConsumer

java.lang.Object
  extended by nu.staldal.lagoon.core.Producer
      extended by nu.staldal.lagoon.core.XMLStreamConsumer
All Implemented Interfaces:
ProducerInterface
Direct Known Subclasses:
Format, Transform

public abstract class XMLStreamConsumer
extends Producer

A Procucer that consumes an XML stream.


Constructor Summary
XMLStreamConsumer()
           
 
Method Summary
 XMLStreamProducer 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.ProducerInterface
hasBeenUpdated, init
 

Constructor Detail

XMLStreamConsumer

public XMLStreamConsumer()
Method Detail

getNext

public XMLStreamProducer getNext()
Returns:
the next upstream producer