net.sf.vcard4j.compiler
Class SingleTypeCompiler

java.lang.Object
  extended bynet.sf.vcard4j.compiler.GenericTypeCompiler
      extended bynet.sf.vcard4j.compiler.SingleTypeCompiler
All Implemented Interfaces:
TypeCompiler

public class SingleTypeCompiler
extends GenericTypeCompiler


Field Summary
 
Fields inherited from class net.sf.vcard4j.compiler.GenericTypeCompiler
packageName, separator, sourcePath
 
Constructor Summary
SingleTypeCompiler()
           
 
Method Summary
 void print(org.w3c.dom.Element type, java.io.PrintWriter out)
           
 
Methods inherited from class net.sf.vcard4j.compiler.GenericTypeCompiler
compile, compile, compile, compile, main, printParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleTypeCompiler

public SingleTypeCompiler()
Method Detail

print

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