org.makumba.commons
Class MakumbaTLDGenerator

java.lang.Object
  extended by org.makumba.commons.MakumbaTLDGenerator

public class MakumbaTLDGenerator
extends Object

This class generates the Makumba TLD files based on the documented TLD XML file.

Version:
$Id: MakumbaTLDGenerator.java 3693 2009-02-11 00:38:34Z rosso_nero $
Author:
Manuel Gay

Constructor Summary
MakumbaTLDGenerator()
           
 
Method Summary
static org.dom4j.Element getReferencedAttributes(HashMap<String,org.dom4j.Element> processedTags, String errorMsg, org.dom4j.Element tag, String tagName, org.dom4j.Element tagContent)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakumbaTLDGenerator

public MakumbaTLDGenerator()
Method Detail

main

public static void main(String[] args)

getReferencedAttributes

public static org.dom4j.Element getReferencedAttributes(HashMap<String,org.dom4j.Element> processedTags,
                                                        String errorMsg,
                                                        org.dom4j.Element tag,
                                                        String tagName,
                                                        org.dom4j.Element tagContent)