net.sf.vcard4j.compiler
Class GenericTypeCompiler

java.lang.Object
  extended bynet.sf.vcard4j.compiler.GenericTypeCompiler
All Implemented Interfaces:
TypeCompiler
Direct Known Subclasses:
ListTypeCompiler, SingleTypeCompiler, StructuredTypeCompiler

public class GenericTypeCompiler
extends java.lang.Object
implements TypeCompiler


Field Summary
 java.lang.String packageName
           
static java.lang.String separator
           
 java.lang.String sourcePath
           
 
Constructor Summary
GenericTypeCompiler()
           
GenericTypeCompiler(org.w3c.dom.Document configuration)
           
 
Method Summary
 void compile()
           
 void compile(org.w3c.dom.Element type, java.io.PrintWriter out)
           
 void compile(java.lang.String name, java.io.OutputStream out)
           
 void compile(java.lang.String name, java.io.PrintWriter out)
           
static void main(java.lang.String[] args)
           
 void print(org.w3c.dom.Element type, java.io.PrintWriter out)
           
 void printParameters(org.w3c.dom.Element type, java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packageName

public java.lang.String packageName

separator

public static final java.lang.String separator

sourcePath

public java.lang.String sourcePath
Constructor Detail

GenericTypeCompiler

public GenericTypeCompiler()

GenericTypeCompiler

public GenericTypeCompiler(org.w3c.dom.Document configuration)
Method Detail

main

public static void main(java.lang.String[] args)

compile

public void compile(java.lang.String name,
                    java.io.OutputStream out)

compile

public void compile(java.lang.String name,
                    java.io.PrintWriter out)

compile

public void compile()
             throws java.io.IOException
Throws:
java.io.IOException

compile

public void compile(org.w3c.dom.Element type,
                    java.io.PrintWriter out)

printParameters

public void printParameters(org.w3c.dom.Element type,
                            java.io.PrintWriter out)

print

public void print(org.w3c.dom.Element type,
                  java.io.PrintWriter out)
Specified by:
print in interface TypeCompiler