Package schema2template
Class SchemaToTemplate
java.lang.Object
schema2template.SchemaToTemplate
Three ODF examples in one: 1) Create an ODF Reference in HTMLl 2) Create Source Code 3) Create
 simple ODF Python source
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidrun(List<GenerationParameters> generations) Iniitial function to trigger a list of generations like all Java classes with change history from prior versions!
- 
Field Details- 
DEBUG
 
- 
- 
Method Details- 
runpublic static void run(List<GenerationParameters> generations) throws ParserConfigurationException, IOException, SAXException Iniitial function to trigger a list of generations like all Java classes with change history from prior versions!- Parameters:
- generations- each a list of generations of files based on a transformation from XML grammar data into Velocity templates!
- Throws:
- ParserConfigurationException
- IOException
- SAXException
 
 
-