Class FileCreationListHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
schema2template.template.FileCreationListHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class FileCreationListHandler extends DefaultHandler
If a Velocity template should be used multiple times (e.g. for every element of the schema), For every file to be created we create a line in the file-creation-list. This file-creation-list XML is being created from the main-template. This class parses this list of the output files to be created.