Class XMLGenerator<T>

Type Parameters:
T - iteration-type
All Implemented Interfaces:
Generator<T>, TransformingGenerator<T,T>, ElementWriter<T>

public abstract class XMLGenerator<T> extends OneStageGenerator<T>
A generator that writes the contents of a XML file to the file-system.
Author:
Owen Feehan
  • Constructor Details

    • XMLGenerator

      public XMLGenerator()
  • Method Details